rust-kernel/Cargo.toml
2026-04-13 10:25:43 +02:00

20 lines
No EOL
250 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]
bootloader = "0.9"