lanspread: Game Distribution on LAN parties (WIP)
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "lanspread"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "server"
|
||||
path = "src/bin/server.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "client"
|
||||
path = "src/bin/client.rs"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.7.2"
|
||||
clap = "4.5.18"
|
||||
eyre = "0.6.12"
|
||||
itertools = "0.13"
|
||||
s2n-quic = "1.47.0"
|
||||
semver = "1.0"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
Reference in New Issue
Block a user