mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
10 lines
220 B
INI
10 lines
220 B
INI
[package]
|
|
name = "test_framework"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.42"
|
|
crossbeam = "0.8.1" |