rust-operating-system/Cargo.toml

24 lines
533 B
TOML

[package]
name = "rustos"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2021"
[dependencies]
#bootloader = "0.10.12"
bootloader = "0.9.8"
spin = "0.9.2"
x86_64 = "0.14.8"
uart_16550 = "0.2.16"
[dependencies.lazy_static]
version = "1.4.0"
features = ["spin_no_std"]
[package.metadata.bootimage]
test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio",
"-display", "none"]
test-success-exit-code = 33 # (0x10 << 1) | 1
test-timeout = 10 # timeout in seconds