[package] name = "fds-test-helpers" version.workspace = true build = "../../tools/version-build.rs" 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"