write initial server implementation + some client refactor
This commit is contained in:
parent
7087e6b131
commit
e40fa2bdee
4 changed files with 163 additions and 253 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue