summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
blob: dd1f42a9a2023b6352c8793b895341804e1422f4 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = ["alloc_buddy", "alloc_physmem_free_list", "device_tree", "driver_riscv_timer", "kernel", "utils"]
resolver = "2"

[profile.release]
codegen-units = 1
debug = true
lto = true
overflow-checks = true