feat: config works

This commit is contained in:
2024-03-30 15:37:26 +08:00
parent f02f6bb7dd
commit 55c1aa3205
8 changed files with 944 additions and 182 deletions

View File

@@ -21,3 +21,7 @@ p384 = "0.13.0"
p521 = "0.13.3"
once_cell = "1.19.0"
bytes = "1.6.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio-dns-unofficial = "0.4.0"
trust-dns-resolver = { version = "0.23.2", features = ["tokio"] }