1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00
youki/youki_integration_test/Cargo.toml
2021-08-29 13:32:38 +05:30

23 lines
464 B
INI

[package]
name = "youki_integration_test"
version = "0.1.0"
edition = "2018"
[dependencies.clap]
version = "=3.0.0-beta.2"
default-features = false
features = ["std", "suggestions", "derive"]
[dependencies.clap_derive]
version = "=3.0.0-beta.2"
default-features = true
[dependencies]
uuid = "0.8"
rand = "0.8.0"
tar = "0.4"
flate2 = "1.0"
test_framework = { version = "0.1.0", path = "../test_framework"}
anyhow = "1.0"
lazy_static = "1.4.0"
once_cell = "1.8.0"