mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
12 lines
380 B
TOML
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]
|