kernel-launcher/Cargo.toml
Putta Khunchalee 9eb88dca17 Updates OKF
2024-05-22 13:45:13 +07:00

14 lines
298 B
TOML

[package]
name = "kernel-launcher"
version = "0.1.0"
edition = "2021"
[dependencies]
okf = { git = "ssh://git@github.com/obhq/kernel-framework.git" }
[target.'cfg(fw = "1100")'.dependencies]
okf-1100 = { git = "ssh://git@github.com/obhq/kernel-framework.git" }
[profile.release]
opt-level = "z"