Enable tokio::process feature
This commit is contained in:
parent
be8a904c97
commit
43bd2f7e74
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ slotmap = "1.1.1"
|
|||
static_init = "1.0.4"
|
||||
sunrise = "2.1.0"
|
||||
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
|
||||
tokio = { workspace = true, features = ["fs", "io-util", "sync"] }
|
||||
tokio = { workspace = true, features = ["fs", "io-util", "process", "sync"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
udev = { version = "0.9.3", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue