19 lines
369 B
TOML
19 lines
369 B
TOML
[package]
|
|
name = "rustos"
|
|
version = "0.1.0"
|
|
authors = ["greg <greg.shuflin@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bootloader = { version = "0.6.4", features = ["map_physical_memory"] }
|
|
volatile = "0.2.6"
|
|
spin = "0.5.0"
|
|
x86_64 = "0.7.2"
|
|
pic8259_simple = "0.1.1"
|
|
pc-keyboard = "0.5.0"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.3.0"
|
|
features = ["spin_no_std"]
|
|
|