Files
rtkit-client-rs/Cargo.toml
h7x4 652fb6a6a1
Some checks failed
Build and test / check (push) Successful in 10m36s
Build and test / build (push) Successful in 10m56s
Build and test / docs (push) Has been cancelled
{flake.lock,Cargo.*}: bump, cargo clippy + fmt
2025-08-03 05:06:10 +02:00

10 lines
175 B
TOML

[package]
name = "rtkit-client-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
nix = { version = "0.30.1", features = ["process"] }
thiserror = "2.0.12"
zbus = "5.9.0"