14 lines
No EOL
183 B
TOML
14 lines
No EOL
183 B
TOML
[package]
|
|
name = "kernel"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
bootloader = "0.9.23"
|
|
volatile = "0.4.5" |