This repository has been archived on 2024-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rust-script-tool/Cargo.toml

20 lines
537 B
TOML

[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"
hex = "0.4.2"
sha2 = "0.9.1"