Files
harmony/examples/example_linux_vm/Cargo.toml
Jean-Gabriel Gill-Couture 8798110bf3
All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s
feat: linux vm example with cdrom boot and iso download features
2026-03-08 21:48:04 -04:00

16 lines
284 B
TOML

[package]
name = "example_linux_vm"
version.workspace = true
edition = "2024"
license.workspace = true
[[bin]]
name = "example_linux_vm"
path = "src/main.rs"
[dependencies]
harmony = { path = "../../harmony" }
tokio.workspace = true
log.workspace = true
env_logger.workspace = true