mirror of
https://github.com/OMGeeky/mc-server-rs-sample.git
synced 2025-12-26 17:02:27 +01:00
13 lines
300 B
TOML
13 lines
300 B
TOML
[package]
|
|
name = "mc-rust-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
num-derive = "0.4.2"
|
|
num-traits = "0.2.19"
|
|
tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "macros", "full", "net"] }
|
|
|
|
tokio-util = { version = "0.7.0", features = ["full"] }
|
|
tokio-stream = "0.1"
|