merge systemd + machinectl into one module/applet (step 1)
This commit is contained in:
parent
96bfc1fd5a
commit
6fc7e8bc8a
16 changed files with 261 additions and 1029 deletions
|
|
@ -24,7 +24,13 @@ dirs = "6.0.0"
|
|||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
zbus = { version = "5.15.0", default-features = false, features = ["tokio"] }
|
||||
tokio = { version = "1.52.2", features = ["macros", "net", "rt", "sync", "time"] }
|
||||
tokio = { version = "1.52.2", features = [
|
||||
"macros",
|
||||
"net",
|
||||
"rt",
|
||||
"sync",
|
||||
"time",
|
||||
] }
|
||||
|
||||
[build-dependencies]
|
||||
cxx-qt-build = "0.8.1"
|
||||
|
|
|
|||
Reference in a new issue