mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
27 lines
637 B
INI
27 lines
637 B
INI
[package]
|
|
name = "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]
|
|
procfs = "0.11.0"
|
|
uuid = "0.8"
|
|
rand = "0.8.0"
|
|
tar = "0.4"
|
|
flate2 = "1.0"
|
|
test_framework = { path = "../test_framework"}
|
|
anyhow = "1.0"
|
|
once_cell = "1.8.0"
|
|
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "3d5132a18c305be59d58187201429d8f0243b513" }
|
|
which = "4.2.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |