aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f3365d..2e25d37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"