dbus-settings-bindings/mpris2/Cargo.toml
Vukašin Vojinović cc80763ffc refactor: replace time with jiff
Also updates the `timedatectl` example from `chrono` to `jiff`.
2026-03-13 15:20:44 +01:00

18 lines
474 B
TOML

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