sfsmc/sfsmcctl/Cargo.toml
EliasSchriefer 2cab09d30b Downgrade tokio because some crates aren't ready
Problematic crates include
 - actix-codec > ... > actix-web
 - actix-rt > ... > actix-web
 - async-minecraft-ping
 - dbus-tokio
 - h2 > ... > actix-web
 - trust-dns-proto > ... > actix-web
 - trust-dns-resolver > ... > actix-web
2020-11-04 00:09:02 +01:00

18 lines
582 B
TOML

[package]
name = "sfsmcctl"
version = "0.1.0"
# description = "More than a web server that dynamically show the status of a Minecraft server (formerly known as bukkit-server-status)"
description = "Control the sfsmcd minecraft and status servers"
authors = ["Elias Schriefer"]
edition = "2018"
[dependencies]
clap = { version = "2.33", features = ["wrap_help", "color"] }
toml = "0.5"
tokio = { version = "0.2", features = ["full"] }
async-minecraft-ping = "0.2"
dbus = { version = "0.9", features = ["futures"] }
dbus-tokio = "0.6"
log = "0.4"
env_logger = "0.8"
dbus-tree = "0.9"