Files
oxideos/members/oxide/Cargo.toml
javalsai 386d64ddd5 sad: death of panicless *+ smth
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.
2026-02-21 23:06:50 +01:00

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 }