must/Cargo.toml

16 lines
409 B
TOML

[package]
name = "must"
version = "0.1.0"
authors = ["hippoz <paperplanelive@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
whoami = "1.1.1"
serde = { version = "1.0.125", features = ["derive"] }
dirs = "3.0.1"
confy = "0.4.0"
clap = "2"
which = "4.0.2"
reqwest = { version = "0.11.2", features = ["blocking"] }