21 lines
650 B
TOML
21 lines
650 B
TOML
[package]
|
|
name = "rtkit-client-rs"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
authors = [
|
|
"projects@pvv.ntnu.no",
|
|
]
|
|
homepage = "https://git.pvv.ntnu.no/Projects/rtkit-client-rs"
|
|
repository = "https://git.pvv.ntnu.no/Projects/rtkit-client-rs"
|
|
documentation = "https://pages.pvv.ntnu.no/Projects/rtkit-client-rs/main/docs/rtkit_client_rs/"
|
|
description = "Client library for requesting privileged scheduling from rtkit"
|
|
categories = ["API bindings", "Operating system"]
|
|
keywords = ["rtkit", "scheduling", "realtime"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
nix = { version = "0.30.1", features = ["process"] }
|
|
thiserror = "2.0.12"
|
|
zbus = "5.9.0"
|