KarxOS/Cargo.toml

24 lines
473 B
TOML

[package]
name = "KarxOS"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.14.8"
pic8259 = "0.10.1"
pc-keyboard = "0.5.0"
linked_list_allocator = "0.9.1"
bit_field = "0.10.0"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]
[dependencies.bootloader]
version = "0.9.22"
features = ["map_physical_memory"]