diff --git a/Cargo.lock b/Cargo.lock index 0aa87be..6e7838d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rtkit-client-rs" -version = "0.1.0" +version = "1.0.0" dependencies = [ "nix", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 93a860f..d219455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,18 @@ [package] name = "rtkit-client-rs" -version = "0.1.0" -edition = "2021" +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"] }