rust-operating-system/Cargo.toml

16 lines
260 B
TOML
Raw Normal View History

2019-07-09 02:02:08 -07:00
[package]
name = "rustos"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2021"
2019-07-09 02:02:08 -07:00
[dependencies]
#bootloader = "0.10.12"
bootloader = "0.9.8"
2022-02-19 00:54:44 -08:00
spin = "0.9.2"
[dependencies.lazy_static]
version = "1.4.0"
features = ["spin_no_std"]
2019-07-09 09:42:41 -07:00