why was this not on git?

This commit is contained in:
husky 2022-04-19 00:11:53 -07:00
parent 1afb95eafb
commit c2533a256f
Signed by: MlCROSOFT
GPG key ID: E00F7FA3381F0647

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "windows"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
"simple_boot",
]
[dependencies]
bootloader = "0.10.12"