13 lines
176 B
TOML
13 lines
176 B
TOML
|
[package]
|
||
|
name = "kernel"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
profile.dev.panic = "abort"
|
||
|
profile.release.panic = "abort"
|
||
|
|
||
|
# [lib]
|
||
|
# crate-type = ["staticlib"]
|
||
|
|
||
|
[dependencies]
|