diff --git a/Cargo.toml b/Cargo.toml index 6dea53a..dad3ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "cgroups" -version = "0.1.0" +description = "Native Rust crate for managing control groups on Linux" +repository = "https://github.com/levex/cgroups-rs" +keywords = ["linux", "cgroup", "containers", "isolation"] +categories = ["os", "api-bindings", "os::unix-apis"] +license = "BSD-2-Clause OR Apache-2.0" +version = "0.0.1" authors = ["Levente Kurusa "] [dependencies]