Files
youki/tests/contest/test_framework/Cargo.toml
Luca BarbatoandGitHub 0a4e071025 chore: Refactor the dependencies in the workspace (#3477)
- 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>
2026-04-17 19:10:47 +09:00

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 }