aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6ca72013a5f85ac0376ed656934d8c3694c4727b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "gpn-tron"
version = "0.1.0"
edition = "2021"

[dependencies]
tokio = { version = "1.38.0", features = ["full"] }
axum = { version = "0.7.5", features = ["ws"] }
futures = "0.3.30"
env_logger = { version = "0.11.3", features = ["unstable-kv"] }
log = { version = "0.4.21", features = ["kv"] }
anyhow = "1.0.86"
toml = "0.8.14"
serde = { version = "1.0.203", features = ["derive"] }
glam = "0.27.0"
serde_json = "1.0.117"
headers = "0.4.0"
mime = "0.3.17"
rand = "0.9.0-alpha.1"
redb = "2.1.0"