16 lines
400 B
TOML
16 lines
400 B
TOML
[package]
|
|
name = "meexprox"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde_yml = "0.0.12"
|
|
rust_mc_proto = { git = "https://github.com/MeexReay/rust_mc_proto", features = ["atomic_clone"] }
|
|
uuid = "1.11.0"
|
|
log = "0.4.22"
|
|
simplelog = "0.12.2"
|
|
# derivative = "2.2.0"
|
|
# no_deadlocks = "1.3.2"
|
|
# tokio = {version = "1.39.3", features = ["full"] }
|
|
# async-trait = "0.1.81"
|
|
ignore-result = "0.2.0" |