dbus-settings-bindings/mpris2/Cargo.toml
2023-11-10 11:27:29 -05:00

17 lines
444 B
TOML

[package]
name = "mpris2-zbus"
description = "zbus-based bindings for MPRIS2 (Media Player Remote Interfacing Specification) on Linux"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
serde.workspace = true
thiserror.workspace = true
time.workspace = true
zbus.workspace = true
zvariant.workspace = true
[dev-dependencies]
miette = { version = "4.3", features = ["fancy"] }
tokio = { version = "1", features = ["full"] }