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