aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 09c2df83a75833578fae288a06606372d19dfd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "trash-proxy"
version = "0.1.0"
edition = "2021"

[dependencies]
# azalea = { git = "https://github.com/mat-1/azalea/" }
azalea-protocol = { git = "https://github.com/mat-1/azalea/" }
azalea-chat = { git = "https://github.com/mat-1/azalea/" }
# azalea = { path = "../external/azalea/azalea" }
# azalea-protocol = { path = "../external/azalea/azalea-protocol" }
# azalea-chat = { path = "../external/azalea/azalea-chat" }

anyhow = "1.0.98"
env_logger = "0.11.8"
uuid = "1.16.0"
parking_lot = "^0.12.3"
tokio = { version = "1.45.0", features = ["full"] }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.34"
future-utils = "0.12.1"
bytes = "1.10.1"
inotify = "0.11.0"