mirror of
https://github.com/containers/youki
synced 2026-08-04 10:13:06 +02:00
- Use cargo autoinherit to factorize dependencies - Fix clap= to clap = spacing - Add # MARK: Version to liboci-cli in workspace dependencies - Remove # MARK: Version from liboci-cli in crates/youki/Cargo.toml - Update fastrand to ^2.3.0 - Add missing features to regex in tests/contest/contest/Cargo.toml - Add missing features to clap in crates/libcgroups/Cargo.toml Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
12 lines
278 B
INI
12 lines
278 B
INI
[package]
|
|
name = "test_framework"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
crossbeam = { workspace = true }
|
|
num_cpus = { workspace = true }
|