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

first commit

This commit is contained in:
2019-07-21 18:34:43 +08:00
parent 2c4907f6d5
commit 0c6ad6a369
2 changed files with 44 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "finding"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
argparse = "0.2.2"
rust_util = { git = "https://github.com/jht5945/rust_util" }