Squash commits.

This commit is contained in:
2025-12-05 22:03:11 +00:00
commit 79fee04aef
7 changed files with 1261 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rust-dnsproxy-thing"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.47.1", features = ["full"] }
anyhow = "1.0.100"
lazy_static = "1.5.0"
rust-ini = "0.21.3"