write initial server implementation + some client refactor

This commit is contained in:
MeexReay 2025-07-28 18:59:05 +03:00
parent 7087e6b131
commit e40fa2bdee
4 changed files with 163 additions and 253 deletions

View file

@ -7,5 +7,6 @@ edition = "2024"
bcrypt = "0.17.0"
clap = { version = "4.5.41", features = ["derive"] }
quinn = { version = "0.11.8", features = ["rustls"] }
rcgen = "0.14.3"
rustls = { version = "0.23.30", features = ["ring"] }
tokio = { version = "1.47.0", features = ["rt", "macros", "rt-multi-thread"] }