mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-16 12:54:22 +01:00
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>
16 lines
449 B
TOML
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"
|