16 lines
260 B
TOML
16 lines
260 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"
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.4.0"
|
|
features = ["spin_no_std"]
|
|
|