Initial release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-26 11:11:32 +01:00
parent 952dd052bd
commit 72c167dcd5
3 changed files with 103 additions and 38 deletions

View File

@@ -10,3 +10,5 @@ clap = { version = "4.5.53", features = ["env", "derive"] }
tokio = { version = "1.48.0", features = ["full"] }
rand = "0.9.2"
lazy_static = "1.5.0"
httparse = "1.10.1"
anyhow = "1.0.100"