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

[dependencies]
fastnbt = "2.3.2"
fastanvil = "0.26.0"

image = "0.24.4"
imageproc = "0.23.0"

log = "0.4.17"
env_logger = "0.9.1"

chashmap = "2.2.2"

clap = { version = "4.0.15", features = ["derive"] }

tokio = { version = "1", features = ["full"] }
warp = "0.3"