diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
| commit | e1f43bb48b23338ce103dc92a53a13e72021299d (patch) | |
| tree | 132b138b0d1e5b003dd8343ca9462180ab86576f /Cargo.toml | |
first pass at ip service w/ happy path test and basic configuration
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
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" |
