Give in in favor of str and utf8 with perfect valid state and panic bailout everywhere in std. Define some more Boot Info Format tags.
15 lines
220 B
TOML
15 lines
220 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["deps/bios", "members/oxide"]
|
|
|
|
[workspace.dependencies]
|
|
bios = { path = "deps/bios" }
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = "fat"
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|