Files
harmony/examples/okd_system_reserved/Cargo.toml
Sylvain Tremblay 9e46b94e9b
All checks were successful
Run Check Script / check (pull_request) Successful in 2m23s
feat: add example for okd_system_reserved
2026-04-15 07:26:32 -04:00

13 lines
281 B
TOML

[package]
name = "example-okd-system-reserved"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
tokio = { workspace = true }