Files
oxideos/Cargo.lock
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

22 lines
421 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "ascii"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
[[package]]
name = "bios"
version = "0.1.0"
[[package]]
name = "oxide"
version = "0.1.0"
dependencies = [
"ascii",
"bios",
]