mirror of
https://github.com/mindfreq/rust-kernel.git
synced 2026-05-13 09:51:10 +00:00
19 lines
232 B
TOML
19 lines
232 B
TOML
[package]
|
|
name = "rust-kernel"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = ["Ahmed Nagi"]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[[bin]]
|
|
name = "rust-kernel"
|
|
test = false
|
|
bench = false
|
|
|
|
[dependencies]
|