Files
kata-containers/src/libs/test-utils/Cargo.toml
Bin Liu 34746496b7 libs/test-utils: share test code by create a new crate
More and more Rust code is introduced, the test utils original in agent
should be made easy to share, move it into a new crate will make it
easy to share between different crates.

Fixes: #4925

Signed-off-by: Bin Liu <bin@hyper.sh>
2022-08-17 00:12:44 +08:00

16 lines
449 B
TOML

[package]
name = "test-utils"
version = "0.1.0"
description = "A library for test Rust code"
keywords = ["kata", "container", "test", "utils"]
categories = ["testing"]
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]
nix = "0.24.2"