Files
cgroups-rs/Cargo.toml
Levente Kurusa 45760eedcb Cargo.toml: update
Signed-off-by: Levente Kurusa <lkurusa@acm.org>
2018-08-29 23:54:17 +02:00

12 lines
380 B
TOML

[package]
name = "cgroups"
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>"]
[dependencies]