mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Add an artifact dependency on the kernel
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user