handle connection registration

This commit is contained in:
DJMrTV 2025-01-19 20:05:44 +01:00
commit 20aa273d67
7 changed files with 233 additions and 24 deletions

View file

@ -13,4 +13,5 @@ v_byte_macros = { git = "https://github.com/DJMrTV/VByteMacros" }
simplelog = "0.12.2"
chrono = "0.4.39"
log = "0.4.25"
anyhow = "1.0.95"
anyhow = "1.0.95"
rand = "0.9.0-beta.3"