Files
blog_os/Cargo.toml
Philipp Oppermann 4273cde4b0 The x86_64-unknown-none target defaults to panic=abort
So we don't need to override the panic strategy anymore.
2023-04-30 13:50:00 +02:00

9 lines
175 B
TOML

[package]
name = "kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]