dotfiles/pkgs/home-daemon/Cargo.toml
2024-05-03 16:56:29 +07:00

17 lines
346 B
TOML

[package]
name = "home-daemon"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zbus = { version = "3", features = ["tokio"] }
futures-util = "0.3"
swayipc-async = "2"
cpal = "0.15"
[dependencies.tokio]
version = "1"
features = ["rt", "macros"]