base for dns manager

This commit is contained in:
2025-10-10 01:04:32 +02:00
commit adab0517ac
9 changed files with 2144 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "dns_manager"
version = "0.1.0"
edition = "2024"
[dependencies]
dns-comunications = {path = "./dns-comunications"}
dns-config = {path = "./dns-config"}
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }