mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add an artifact dependency on the kernel
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -5,6 +5,9 @@ version = 3
|
||||
[[package]]
|
||||
name = "blog_os"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"kernel",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bootloader_api"
|
||||
|
||||
Reference in New Issue
Block a user