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 🤷‍♂️
This commit is contained in:
Elias Schriefer 2020-08-20 17:41:21 +02:00
parent 6999bca459
commit 14b3abdb9a
3 changed files with 11 additions and 9 deletions

View File

@ -1,8 +1,2 @@
[workspace]
members = ["sfsmcd", "sfsmcctl"]
[dependencies]
toml = "0.5"
tokio = { version = "0.2", features = ["full"] }
async-minecraft-ping = "0.2"
dbus = "0.8"

View File

@ -8,3 +8,7 @@ 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"

View File

@ -7,3 +7,7 @@ edition = "2018"
[dependencies]
actix-web = "2.0"
toml = "0.5"
tokio = { version = "0.2", features = ["full"] }
async-minecraft-ping = "0.2"
dbus = "0.8"