qemu-nyx-runner/Cargo.toml
David Venhoff b44a0a5ef3 Execute each benchmark as individual program
- Client now produces one binary per benchmark
2025-09-08 16:35:04 +02:00

17 lines
392 B
TOML

[workspace]
resolver = "3"
members = ["client", "pt-dump-decoder"]
[package]
name = "qemu-nyx-runner"
version = "0.1.0"
edition = "2024"
[dependencies]
libnyx = { git = "https://git.cs.tu-dortmund.de/david.venhoff/libnyx-fork" }
pt-dump-decoder = { path = "pt-dump-decoder" }
csv = "1.3.1"
clap.workspace = true
[workspace.dependencies]
clap = { version = "4.5.47", features = ["derive"] }