mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
12 lines
No EOL
146 B
TOML
12 lines
No EOL
146 B
TOML
[package]
|
|
name = "windows"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = [
|
|
"simple_boot",
|
|
]
|
|
|
|
[dependencies]
|
|
bootloader = "0.10.12" |