minimum viable product
This commit is contained in:
+8
-7
@@ -1,8 +1,9 @@
|
||||
[package]
|
||||
name = "wordleos"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
members = ["kernel", "builder"]
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
bootloader = "0.9"
|
||||
x86_64 = "0.14"
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user