All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s
16 lines
284 B
TOML
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
|