1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-27 13:20:03 +08:00
Files
finding/Cargo.toml
2019-12-12 01:02:30 +08:00

14 lines
257 B
TOML

[package]
name = "finding"
version = "0.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "command line finding tool"
license = "MIT"
[dependencies]
argparse = "0.2.2"
term = "0.5.2"
term_size = "0.3.1"
rust_util = "0.1.0"