chore: move all config to a dedicated mod

This commit is contained in:
Luna Yao
2026-02-21 00:43:44 +01:00
parent f9108672e6
commit 87713e96b7
9 changed files with 295 additions and 275 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use std::fmt::Display;
use crate::utils::DeterministicDigest;
use std::fmt::Display;
include!(concat!(env!("OUT_DIR"), "/dns.rs"));