[package] name = "streamdeck-dbus" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" tokio = { version = "1", features = ["full"] } tokio-serial = "5.4.1" tokio-actors = { version = "0.1", git = "https://git.asonix.dog/asonix/tokio-actors", branch = "main" } uuid = { version = "0.8.2", features = ["serde", "v4"]} zbus = "2.0.0-beta.7"