quectocraft2/Cargo.toml

16 lines
361 B
TOML
Raw Normal View History

2023-07-24 04:50:20 +00:00
[package]
name = "quectocraft"
version = "0.2.0"
edition = "2021"
[dependencies]
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "io-util", "net", "sync", "time"] }
async-trait = "0.1"
num-traits = "0.2"
serde_json = "1.0"
anyhow = "1.0"
uuid = { version = "1.4", features = ["v5"] }
hematite-nbt = "0.5.2"
log = "0.4"
env_logger = "0.10"