summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-05-21 19:49:35 -0400
committerGalen Guyer <galen@galenguyer.com>2022-05-21 19:49:35 -0400
commit3613656a396b42d70259e9ff325ab9fcf0b55dd1 (patch)
treea33cbdd36da54b6dbef92feebd8945799c12292f /Cargo.toml
parentd2da324c4c15db3b137fbeaebf0568f65eb2ad67 (diff)
restore zone functionality without powerdns
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a2c024..e70b26c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+addr = "0.15.3"
anyhow = "1.0.57"
axum = "0.5.6"
bcrypt = "0.13.0"