mirror of
https://github.com/GIKExe/rust_mc_serv.git
synced 2025-06-24 02:12:58 +03:00
11 lines
227 B
TOML
11 lines
227 B
TOML
[package]
|
|
name = "rust_mc_serv"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# async-trait = {version = "0.1.88", optional = true}
|
|
tokio = {version = "1.45.0", features = ["full"]}
|
|
|
|
# [features]
|
|
# async = ["async-trait"] |