Create a cargo workspace with a new blog_os crate at the root

This commit is contained in:
Philipp Oppermann
2023-04-30 14:53:36 +02:00
parent 4ea28d0910
commit ecf8fe826b
5 changed files with 37 additions and 19 deletions

8
Cargo.lock generated
View File

@@ -2,11 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "blog_os"
version = "0.1.0"
[[package]]
name = "bootloader_api"
version = "0.11.2"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec2d46a2b93edb1383023db2a95fc9480847a6e137c60e214f3fb62727f028da"
checksum = "19c9d143f231f95e18d3907023e4a8e6a3cbebb7b09ce7da4774a17edf4cce6d"
[[package]]
name = "kernel"