mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
11 lines
No EOL
182 B
TOML
11 lines
No EOL
182 B
TOML
[package]
|
|
name = "wukkOS"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
spin = "0.9.1"
|
|
x86_64 = "0.14.10"
|
|
[dependencies.lazy_static]
|
|
version = "1.4.0"
|
|
features = ["spin_no_std"] |