2020-08-04 17:00:50 +02:00
|
|
|
[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]
|
2020-09-21 00:59:50 +02:00
|
|
|
clap = { version = "2.33", features = ["wrap_help", "color"] }
|
2020-08-20 17:41:21 +02:00
|
|
|
toml = "0.5"
|
2020-11-03 17:42:48 +01:00
|
|
|
tokio = { version = "0.3", features = ["full"] }
|
2020-08-20 17:41:21 +02:00
|
|
|
async-minecraft-ping = "0.2"
|
2020-09-20 22:28:14 +02:00
|
|
|
dbus = { version = "0.9", features = ["futures"] }
|
2020-11-03 17:42:48 +01:00
|
|
|
dbus-tokio = "0.6"
|
2020-08-20 18:06:29 +02:00
|
|
|
log = "0.4"
|
2020-11-03 17:42:48 +01:00
|
|
|
env_logger = "0.8"
|
2020-09-20 23:29:03 +02:00
|
|
|
dbus-tree = "0.9"
|