adnix-rs/Cargo.toml

17 lines
401 B
TOML
Raw Normal View History

[package]
name = "adnix"
version = "0.1.0"
authors = ["Harsh Shandilya <msfjarvis@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "^2.33.0", features = ["yaml", "wrap_help"] }
reqwest = "0.9.20"
regex = "1.3.1"
[build-dependencies]
clap = { version = "^2.33.0", features = ["yaml"] }