ready for beta-tests.

This commit is contained in:
2026-01-12 13:23:16 +01:00
parent 7f15efc0cd
commit 54567d3af4
12 changed files with 807 additions and 333 deletions

View File

@@ -4,14 +4,17 @@ version = "0.1.0"
edition = "2024"
[dependencies]
async-trait = "0.1.89"
axum = { version = "0.8", features = ["macros"] }
hickory-server = "0.25"
clap = { version = "4.4", features = ["derive"] }
config = "0.15"
hickory-proto = "0.25"
hickory-server = "0.25"
http = "1.4"
maud = { version = "0.27", features = ["axum"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
maud = { version = "0.27", features = ["axum"] }
http = "1.4"
tracing = "0.1"
tower-http = { version = "0.6.8", features = ["fs", "tracing"] }
config = "0.15"
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }