Skip to content

Commit 03b95de

Browse files
committedFeb 20, 2025
Support for signing DNS zone files
1 parent 222fda2 commit 03b95de

File tree

7 files changed

+379
-139
lines changed

7 files changed

+379
-139
lines changed
 

‎client/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ reqwest = { version = "0.12.5", default-features = false, features = ["json", "b
3939
threadpool = "1.8.1"
4040
tabled = "0.17.0"
4141
colored = "3.0.0"
42+
domain = {version = "0.10.3", default-features = false, features = ["zonefile"]}
43+
tower = "0.4.13"
4244

4345
[dev-dependencies]
4446
assert_cmd = "2.0.16"

0 commit comments

Comments
 (0)
Please sign in to comment.