os/Cargo.toml
Mathieu Strypsteen 6df1c6f48c
All checks were successful
Build / build (push) Successful in 1m50s
Add shutdown syscall
2025-01-10 16:09:11 +01:00

10 lines
179 B
TOML

[workspace]
resolver = "3"
members = ["lib/acpica-rs", "lib/kernel-common", "loader", "kernel", "init"]
[profile.release]
lto = true
[profile.dev]
opt-level = 3
panic = "abort"