KarxOS/Cargo.toml

19 lines
360 B
TOML
Raw Normal View History

2021-09-15 11:34:02 -05:00
[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]
2021-09-15 18:33:05 -05:00
bootloader = "0.9.8"
2021-09-15 20:59:14 -05:00
volatile = "0.2.6"
2021-09-15 21:14:32 -05:00
spin = "0.5.2"
2021-09-16 10:57:11 -05:00
x86_64 = "0.14.2"
2021-09-16 12:13:36 -05:00
pic8259 = "0.10.1"
2021-09-16 12:34:53 -05:00
pc-keyboard = "0.5.0"
2021-09-15 21:14:32 -05:00
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]