mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-18 20:30:23 -07:00
12 lines
390 B
TOML
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"] }
|