tornado-os/Cargo.toml

13 lines
157 B
TOML

[workspace]
members = [
"tornado-kernel",
"tornado-user",
"shared-scheduler"
]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"