10 lines
363 B
TOML
10 lines
363 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"] }
|