summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
blob: 10aeec4bf3870c67bcddcee599fd1d9e1b379562 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = ["alloc_buddy", "alloc_genmalloc", "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