aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGus Power <gus@infinitesidequests.com>2025-05-11 15:16:58 +0100
committerGus Power <gus@infinitesidequests.com>2025-05-11 15:16:58 +0100
commite1f43bb48b23338ce103dc92a53a13e72021299d (patch)
tree132b138b0d1e5b003dd8343ca9462180ab86576f /Cargo.toml
first pass at ip service w/ happy path test and basic configuration
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
new file mode 100644
index 0000000..9a9c0f6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "multiwan-dyndns"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+reqwest = "0.12.15"
+tokio = "1.45.0"
+
+[dev-dependencies]
+wiremock = "0.6.3"