feat: ✨ base project structure
This commit is contained in:
parent
e2043f1009
commit
1567a9c32a
15 changed files with 5568 additions and 1 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"client", "protocol", "server",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
s2n-quic = "1.58.0"
|
Loading…
Add table
Add a link
Reference in a new issue