minimum viable product

This commit is contained in:
2026-06-04 09:33:24 -04:00
parent 1217b4beaa
commit 4c2236bf5d
15 changed files with 1274 additions and 309 deletions
+8 -7
View File
@@ -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"