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

5
Cargo.lock generated
View File

@@ -174,9 +174,8 @@ dependencies = [
[[package]]
name = "dns-update"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42788b21a1231c646c46508c406db9bf628342a781c24888bf60e1a29396deb2"
version = "0.1.6"
source = "git+ssh://git@github.com/groche97/dns-update.git#a72bdf31817f27b9e5fea22fa7e3690749b6c380"
dependencies = [
"hickory-client",
"reqwest",