Cargo.toml: add more metadata, bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -454,7 +454,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
||||
|
||||
[[package]]
|
||||
name = "rtkit-client-rs"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"nix",
|
||||
"thiserror",
|
||||
|
||||
15
Cargo.toml
15
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"] }
|
||||
|
||||
Reference in New Issue
Block a user