lazymc/Cargo.toml
2021-11-07 18:12:39 +01:00

12 lines
390 B
TOML

[package]
name = "lazymc"
version = "0.1.0"
license = "GPL-3.0"
edition = "2021"
[dependencies]
bytes = "1.1"
futures = { version = "0.3", default-features = false }
minecraft-protocol = { git = "https://github.com/timvisee/minecraft-protocol", rev = "c578492" }
tokio = { version = "1", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "macros", "sync"] }