mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
cb9b04fc35
Add TestableGroup trait
15 lines
366 B
TOML
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",
|
|
]
|