Files
fds-os/tests/helpers/Cargo.toml
T
2026-09-21 22:29:23 +08:00

24 lines
386 B
TOML

[package]
name = "fds-test-helpers"
version = "0.1.0"
edition = "2024"
license = "MIT"
publish = false
description = "Disposable VM workloads; never installed in FDS images"
[dependencies]
clap.workspace = true
libc = "0.2"
[[bin]]
name = "m6-client"
path = "cartridge-client.rs"
[[bin]]
name = "m7-writer"
path = "data-writer.rs"
[[bin]]
name = "m11-stress"
path = "usb-stress.rs"