mirror of
https://github.com/obhq/obliteration.git
synced 2024-11-23 11:19:56 +00:00
24 lines
316 B
TOML
24 lines
316 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"src/core",
|
|
"src/fs",
|
|
"src/gmtx",
|
|
"src/kernel",
|
|
"src/llt",
|
|
"src/macros",
|
|
"src/obconf",
|
|
"src/obkrnl",
|
|
"src/param",
|
|
"src/pfs",
|
|
"src/pkg",
|
|
"src/tls"
|
|
]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
debug = "full"
|