mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-21 00:17:50 +00:00
Create a cargo workspace with a new blog_os crate at the root
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
[package]
|
||||
name = "kernel"
|
||||
name = "blog_os"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = ["kernel"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bootloader_api = "0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user