2023-01-24 19:43:26 +07:00
|
|
|
[package]
|
2023-04-10 19:15:34 +07:00
|
|
|
name = "home-daemon"
|
2023-01-24 19:43:26 +07:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-02-03 13:07:57 +07:00
|
|
|
zbus = { version = "3", features = ["tokio"] }
|
2023-01-24 19:43:26 +07:00
|
|
|
futures-util = "0.3"
|
|
|
|
swayipc-async = "2"
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
|
|
|
version = "1"
|
2023-02-03 13:07:57 +07:00
|
|
|
features = ["rt", "macros"]
|