rtkit-client-rs/Cargo.toml

10 lines
174 B
TOML
Raw Permalink Normal View History

2024-11-22 21:20:05 +01:00
[package]
name = "rtkit-client-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
nix = { version = "0.29.0", features = ["process"] }
thiserror = "2.0.3"
zbus = "5.1.1"