sfsmc/sfsmcctl/Cargo.toml
EliasSchriefer 14b3abdb9a Move dependencies to member manifests
...because apparently it's not allowed to have dependencies in the
workspace manifest if it only defines other members and isn't a member
itself or something 🤷‍♂️
2020-08-20 17:41:21 +02:00

14 lines
467 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"] }
toml = "0.5"
tokio = { version = "0.2", features = ["full"] }
async-minecraft-ping = "0.2"
dbus = "0.8"