qemu-nyx-runner/Cargo.toml
David Venhoff e46e0fbacc Automatically build the client
This makes it possible to just type `cargo run` and always get the up to date client
2025-07-31 15:45:58 +02:00

11 lines
211 B
TOML

[workspace]
resolver = "3"
members = ["client"]
[package]
name = "qemu-nyx-runner"
version = "0.1.0"
edition = "2024"
[dependencies]
libnyx = { git = "https://git.cs.tu-dortmund.de/david.venhoff/libnyx-fork" }