feat: first commit (with new, default)

This commit is contained in:
2020-07-25 21:01:37 +08:00
parent 34a7cb4936
commit 08fa747430
8 changed files with 1467 additions and 4 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "rust-script-tool"
version = "0.1.0"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.11"
pretty_env_logger = "0.4.0"
clap = "2.33.1"
tokio = { version = "0.2.6", features = ["full"] }
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4.0"