Add an artifact dependency on the kernel

This commit is contained in:
Philipp Oppermann
2023-04-30 15:40:47 +02:00
parent 0eee1e080b
commit 29c919962f
3 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,5 @@ edition = "2021"
[workspace]
members = ["kernel"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }