streamdeck-dbus/Cargo.toml

18 lines
729 B
TOML

[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]
streamdeck-commands = { version = "0.1.0", git = "https://git.asonix.dog/asonix/streamdeck-commands", branch = "main" }
streamdeck-handshake = { version = "0.1.0", git = "https://git.asonix.dog/asonix/streamdeck-handshake", branch = "main" }
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" }
tracing = "0.1.28"
tracing-error = "0.1.2"
tracing-subscriber = { version = "0.2.24", features = ["fmt"] }
zbus = "2.0.0-beta.7"