add systemd_service rust plugin (step 1a, no qml wiring yet)
This commit is contained in:
parent
d55753ab28
commit
96bfc1fd5a
5 changed files with 822 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ serde_json = "1.0.149"
|
|||
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"] }
|
||||
|
||||
[build-dependencies]
|
||||
cxx-qt-build = "0.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue