Files
RedBear-OS/Cargo.toml
T
2022-02-02 14:34:56 -07:00

14 lines
194 B
TOML

[package]
name = "redox_bootloader"
version = "0.1.0"
edition = "2018"
[lib]
name = "bootloader"
path = "src/lib.rs"
crate-type = ["staticlib"]
[dependencies]
linked_list_allocator = "0.9.0"