Fix rust-analyzer errors

This commit is contained in:
Philipp Oppermann
2023-05-01 14:19:34 +02:00
parent 34b1eb4741
commit 98da4b2f9a

View File

@@ -3,7 +3,10 @@ name = "kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "kernel"
test = false
bench = false
[dependencies]
bootloader_api = "0.11.0"