nulfos/Cargo.toml

23 lines
473 B
TOML

[package]
name = "nulfos"
version = "0.1.0"
edition = "2021"
[dependencies]
bootloader = { version = "0.9", features = ["map_physical_memory"] }
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
linked_list_allocator = "0.10.5"
pic8259 = "0.11.0"
spin = "0.9.8"
x86_64 = "0.15.1"
microlang = { git = "https://git.barnulf.net/mb/microlang.git" }
blinkcast = "0.2.0"
# artefact configuration
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"