Skip to content

Commit

Permalink
Merge pull request levex#4 from liubin/master
Browse files Browse the repository at this point in the history
add cgroup v2 support
  • Loading branch information
bergwolf authored Sep 9, 2020
2 parents a1bc586 + be61719 commit d20e6a5
Show file tree
Hide file tree
Showing 28 changed files with 2,192 additions and 524 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ edition = "2018"

[dependencies]
log = "0.4"
regex = "1.1"
nix = "0.18.0"
libc = "0.2"

[dev-dependencies]
nix = "0.11.0"
libc = "0.2.43"
libc = "0.2.76"
Loading

0 comments on commit d20e6a5

Please sign in to comment.