dotfiles/home/home-daemon/Cargo.toml

17 lines
327 B
TOML
Raw Normal View History

2023-01-24 19:43:26 +07:00
[package]
name = "dotfiles-home-daemon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dbus-async = "2"
dbus-message-parser = "4"
futures-util = "0.3"
swayipc-async = "2"
[dependencies.tokio]
version = "1"
features = ["rt"]