Files
dns_manager/Cargo.toml

10 lines
238 B
TOML

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