23 lines
495 B
TOML
23 lines
495 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"
|
|
spinning_top = "0.2.5"
|
|
|
|
# artefact configuration
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|