feat(useragent): initial connection impl

This commit is contained in:
hdbg
2026-02-26 15:44:48 +01:00
parent 3401205cbd
commit 61c65ddbcb
5 changed files with 305 additions and 15 deletions

4
server/Cargo.lock generated
View File

@@ -121,9 +121,13 @@ version = "0.1.0"
dependencies = [
"arbiter-proto",
"ed25519-dalek",
"http",
"kameo",
"rustls-webpki",
"smlang",
"thiserror",
"tokio",
"tokio-stream",
"tonic",
"tracing",
"x25519-dalek",