refactor to work as a lib

This commit is contained in:
2025-12-28 11:48:07 +00:00
parent 9376127980
commit 6bc01b63ca
9 changed files with 82 additions and 47 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
dns-update = "0.1"
dns-update = { git = "ssh://git@github.com/groche97/dns-update.git" }
base64 = "*"
dns-config = {path = "../dns-config"}