diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,4 +5,15 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[dev-dependencies] +httpmock = "0.6" + [dependencies] +clap = {version = "3.2.17", features = ["derive", "cargo"]} +gethostname = "0.2.3" +http = "0.2.8" +if-addrs = "0.7.0" +reqwest = {version = "0.11.11", features = ["blocking", "json"] } +serde = { version = "1.0.144", features = ["derive"] } +serde_json = "1.0.85" +toml = "0.5.9" |
