impl UDP sward

This commit is contained in:
2025-09-06 18:16:30 +09:00
parent 80937b301a
commit 4c55fd320d
3 changed files with 73 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ rand = {workspace = true}
thiserror = {workspace = true}
compact_str = {workspace = true}
bytes = {workspace = true}
libc = "0.2"
socket2 = "0.6"
wyrand = "0.3"
regex = "1.11"
tokio-util = "0.7"