os/Cargo.toml
Mathieu Strypsteen 5b491989da
All checks were successful
Build / build (push) Successful in 2m47s
Add process spawning
2024-12-20 22:50:51 +01:00

9 lines
165 B
TOML

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