Cargo.toml: update

Signed-off-by: Levente Kurusa <lkurusa@acm.org>
This commit is contained in:
Levente Kurusa
2018-08-29 23:54:17 +02:00
parent 33b66f5b35
commit 45760eedcb

View File

@@ -1,6 +1,11 @@
[package] [package]
name = "cgroups" 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 <lkurusa@acm.org>"] authors = ["Levente Kurusa <lkurusa@acm.org>"]
[dependencies] [dependencies]