From e1f43bb48b23338ce103dc92a53a13e72021299d Mon Sep 17 00:00:00 2001 From: Gus Power Date: Sun, 11 May 2025 15:16:58 +0100 Subject: first pass at ip service w/ happy path test and basic configuration --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3