1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-27 13:20:03 +08:00

add desc, license

This commit is contained in:
2019-12-12 01:02:30 +08:00
parent d12fc7789d
commit 5684f5c08e
2 changed files with 21 additions and 19 deletions

View File

@@ -3,9 +3,11 @@ 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 = { git = "https://github.com/jht5945/rust_util" }
rust_util = "0.1.0"