Domainie/Cargo.toml

13 lines
350 B
TOML
Raw Normal View History

2021-12-25 20:46:48 +00:00
[package]
name = "domainie"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.34.0"
rand = "0.8.4"
reqwest = { version = "0.11.8", features = ["blocking", "json"] }
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"