16 lines
361 B
TOML
16 lines
361 B
TOML
[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"
|