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
230 B
TOML
15 lines
230 B
TOML
[package]
|
|
name = "oxide"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
build = "build.rs"
|
|
|
|
[[bin]]
|
|
name = "oxide"
|
|
test = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
ascii = { version = "1.1.0", default-features = false }
|
|
bios = { workspace = true }
|