mcquery-rs/Cargo.toml

20 lines
488 B
TOML
Raw Permalink Normal View History

2021-01-08 19:42:24 +01:00
[package]
name = "mcquery"
2021-01-13 12:39:02 +01:00
version = "0.1.1"
2021-01-08 19:42:24 +01:00
description = "Query Minecraft servers with Rust"
authors = ["EliasSchriefer <elischriefer@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "^0.8"
2021-01-08 19:42:24 +01:00
[dependencies.tokio]
version = "^1.0"
2021-01-08 19:42:24 +01:00
features = ["net", "time"]
[dev-dependencies.tokio]
version = "^1.0"
2021-01-08 19:42:24 +01:00
features = ["macros", "net", "rt-multi-thread", "time"]