os/Cargo.toml
Mathieu Strypsteen e3ef4823b3
All checks were successful
Build / build (push) Successful in 2m41s
Implement more ACPICA functions
2024-12-30 21:56:10 +01:00

10 lines
179 B
TOML

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