mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
17 lines
No EOL
251 B
TOML
17 lines
No EOL
251 B
TOML
[package]
|
|
name = "windows"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = [
|
|
"simple_boot",
|
|
]
|
|
|
|
[dependencies]
|
|
bootloader = "0.10.12"
|
|
spin = "0.9.1"
|
|
x86_64 = "0.14.9"
|
|
[dependencies.lazy_static]
|
|
version = "1.4.0"
|
|
features = ["spin_no_std"] |