tornado-os/Cargo.toml

16 lines
217 B
TOML

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