config_util.rs

This commit is contained in:
2019-11-30 00:31:37 +08:00
parent 53fed04b73
commit 7282c547a5
2 changed files with 201 additions and 0 deletions

View File

@@ -7,7 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dirs = "2.0.1"
argparse = "0.2.2"
json = "0.11.14"
rust-crypto = "0.2.36"
indicatif = "0.13.0"
urlencoding = "1.0.0"