draft multi-stack udp scraper implementation

This commit is contained in:
yggverse 2025-08-07 04:19:43 +03:00
parent 4f431083b6
commit 00e8f8078b
6 changed files with 180 additions and 13 deletions

View file

@ -19,3 +19,4 @@ url = { version = "2.5", features = ["serde"] }
urlencoding = "2.1"
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
plurify = "0.2"
rand = "0.9"