blob: 534ab30071fe9fc4b5865928ec4a6390b65f25c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "light-client"
version = "0.1.0"
edition = "2021"
[dependencies]
sdl2 = { version = "0.37.0", features = ["image", "ttf"] }
hurrycurry-protocol = { path = "../server/protocol" }
tungstenite = "0.23.0"
serde_json = "1.0.120"
bincode = "2.0.0-rc.3"
log = "0.4.22"
env_logger = "0.11.3"
anyhow = "1.0.86"
|