mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 14:24:26 +01:00
Add some wrappers for mount and fs syscall. Signed-off-by: Liu Jiang <gerry@linux.alibaba.com> Signed-off-by: Bin Liu <bin@hyper.sh> Signed-off-by: Fupan Li <lifupan@gmail.com> Signed-off-by: Huamin Tang <huamin.thm@alibaba-inc.com> Signed-off-by: Lei Wang <wllenyj@linux.alibaba.com> Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com>
27 lines
643 B
TOML
27 lines
643 B
TOML
[package]
|
|
name = "kata-sys-util"
|
|
version = "0.1.0"
|
|
description = "System Utilities for Kata Containers"
|
|
keywords = ["kata", "container", "runtime"]
|
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
|
repository = "https://github.com/kata-containers/kata-containers.git"
|
|
homepage = "https://katacontainers.io/"
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common-path = "=1.0.0"
|
|
fail = "0.5.0"
|
|
lazy_static = "1.4.0"
|
|
libc = "0.2.100"
|
|
nix = "0.23.0"
|
|
slog = "2.5.2"
|
|
slog-scope = "4.4.0"
|
|
thiserror = "1.0.30"
|
|
|
|
kata-types = { path = "../kata-types" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.2.0"
|