dbus-settings-bindings/cosmic-settings-daemon/Cargo.toml
Ashley Wulber 3644bc9099
feat: cosmic settings daemon (#8)
* feat: cosmic settings daemon

* refactor: simplify by unifying trait for state and config

* chore: add ping and pong methods

* refactor: remove ping & pong methods

* cleanup
2023-12-29 17:46:43 -05:00

15 lines
No EOL
343 B
TOML

[package]
name = "cosmic-settings-daemon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zbus.workspace = true
[dev-dependencies]
futures = "0.3"
tokio = { version = "1", features = ["full"] }
zbus.workspace = true
zbus.features = ["tokio"]