mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
why was this not on git?
This commit is contained in:
parent
1afb95eafb
commit
c2533a256f
1 changed files with 12 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[package]
|
||||||
|
name = "windows"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"simple_boot",
|
||||||
|
]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
bootloader = "0.10.12"
|
Loading…
Reference in a new issue