21 lines
No EOL
294 B
TOML
21 lines
No EOL
294 B
TOML
[package]
|
|
name = "kernel"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
overflow-checks = false
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
|
|
[dependencies.lazy_static]
|
|
version = "1.0"
|
|
features = ["spin_no_std"]
|
|
|
|
[dependencies]
|
|
bootloader = "0.9.23"
|
|
volatile = "0.2.6"
|
|
spin = "0.5.2" |