feat(useragent): initial connection impl

This commit is contained in:
hdbg
2026-02-26 15:44:48 +01:00
parent f5a5c62181
commit 6deec731e2
5 changed files with 305 additions and 15 deletions

4
server/Cargo.lock generated
View File

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