This makes it possible to just type `cargo run` and always get the up to date client
11 lines
211 B
TOML
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" } |