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


[dependencies]
anyhow = "1.0.65"
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" }
env_logger = "0.9.1"
uuid = "1.1.2"
parking_lot = "^0.12.1"
tokio = { version = "1.19.2", features = ["full"] }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.13"
future-utils = "0.12.1"
bytes = "1.2.1"