mirror of
https://github.com/obhq/obliteration.git
synced 2024-11-23 03:09:52 +00:00
25 lines
319 B
TOML
25 lines
319 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"arch/aarch64",
|
|
"arch/x86-64",
|
|
"gui",
|
|
"kernel",
|
|
"macros",
|
|
"src/fs",
|
|
"src/llt",
|
|
"src/obconf",
|
|
"src/param",
|
|
"src/pfs",
|
|
"src/pkg",
|
|
"src/tls"
|
|
]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
debug = "full"
|
|
lto = true
|