aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 92a0b7e17c1924fc4c5d0305f543caa48ece4a5a (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.44.2", features = ["full"] }
axum = { version = "0.8.3", features = ["ws"] }
futures = "0.3.31"
env_logger = { version = "0.11.8", features = ["unstable-kv"] }
log = { version = "0.4.27", features = ["kv"] }
anyhow = "1.0.97"
toml = "0.8.20"
serde = { version = "1.0.219", features = ["derive"] }
glam = "0.30.2"
serde_json = "1.0.140"
headers = "0.4.0"
mime = "0.3.17"
rand = "0.9.0"
redb = "2.4.0"