streamdeck-workspace/streamdeck/Cargo.toml

33 lines
1.3 KiB
TOML

[package]
name = "streamdeck"
version = "0.1.0"
authors = ["asonix"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
async-io = "1.4.1"
command = { git = "https://git.asonix.dog/asonix/streamdeck-workspace", branch = "main" }
env_logger = "0.8.3"
event-listener = "2.5.1"
futures-channel = { version = "0.3.14", features = ["sink"] }
futures-core = "0.3.14"
futures-executor = { version = "0.3.14", features = ["thread-pool"] }
futures-util = { version = "0.3", features = ["sink"] }
gdk = { git = "https://github.com/gtk-rs/gtk3-rs" }
gdk-pixbuf = { git = "https://github.com/gtk-rs/gtk-rs-core" }
gtk = { git = "https://github.com/gtk-rs/gtk3-rs" }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core" }
glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
glib-sys = { git = "https://github.com/gtk-rs/gtk-rs-core" }
libhandy = { git = "https://gitlab.gnome.org/World/Rust/libhandy-rs" }
log = "0.4"
marble = { git = "https://git.asonix.dog/asonix/streamdeck-workspace", branch = "main" }
once_cell = "1.7.2"
pango = { git = "https://github.com/gtk-rs/gtk-rs-core" }
serde_json = "1"
zbus = { git = "https://gitlab.freedesktop.org/dbus/zbus", branch = "main" }
zvariant = { git = "https://gitlab.freedesktop.org/dbus/zbus", branch = "main" }