EliasSchriefer
14b3abdb9a
...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 🤷♂️
13 lines
306 B
TOML
13 lines
306 B
TOML
[package]
|
|
name = "sfsmcd"
|
|
version = "0.1.0"
|
|
description = "A service that controls a minecraft and a web (status) server"
|
|
authors = ["Elias Schriefer"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "2.0"
|
|
toml = "0.5"
|
|
tokio = { version = "0.2", features = ["full"] }
|
|
async-minecraft-ping = "0.2"
|
|
dbus = "0.8" |