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:
parent
6999bca459
commit
14b3abdb9a
@ -1,8 +1,2 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["sfsmcd", "sfsmcctl"]
|
members = ["sfsmcd", "sfsmcctl"]
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
toml = "0.5"
|
|
||||||
tokio = { version = "0.2", features = ["full"] }
|
|
||||||
async-minecraft-ping = "0.2"
|
|
||||||
dbus = "0.8"
|
|
@ -7,4 +7,8 @@ authors = ["Elias Schriefer"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "2.33", features = ["wrap_help"] }
|
clap = { version = "2.33", features = ["wrap_help"] }
|
||||||
|
toml = "0.5"
|
||||||
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
|
async-minecraft-ping = "0.2"
|
||||||
|
dbus = "0.8"
|
@ -6,4 +6,8 @@ authors = ["Elias Schriefer"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "2.0"
|
actix-web = "2.0"
|
||||||
|
toml = "0.5"
|
||||||
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
|
async-minecraft-ping = "0.2"
|
||||||
|
dbus = "0.8"
|
Loading…
Reference in New Issue
Block a user