1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00
youki/test_framework/Cargo.lock
Yashodhan Joshi cb9b04fc35 Integrate lifecycle tests in new test framework
Add TestableGroup trait
2021-08-16 13:51:14 +05:30

15 lines
366 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
[[package]]
name = "test_framework"
version = "0.1.0"
dependencies = [
"anyhow",
]