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]
|
||||
members = ["sfsmcd", "sfsmcctl"]
|
||||
|
||||
[dependencies]
|
||||
toml = "0.5"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
async-minecraft-ping = "0.2"
|
||||
dbus = "0.8"
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user