Sync computers

This commit is contained in:
2026-03-09 17:53:06 +01:00
parent 9baa77a678
commit c2e5e2f715
6 changed files with 179 additions and 37 deletions

View File

@@ -8,6 +8,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bitflags = "2"
embedded-alloc = "0.7"
kernel-macros = { path = "crates/kernel-macros" }
log = "0.4"
@@ -15,6 +16,5 @@ critical-section = { version = "1", features = ["restore-state-bool"] }
bffs = { path = "crates/bffs", features = ["alloc"] }
io = { path = "crates/io", features = ["alloc"] }
shared = { path = "crates/shared", features = ["kernel"] }
# ELF parsing helper
goblin = { version = "0.7", default-features = false, features = ["elf32", "elf64", "endian_fd"] }
hashbrown = "0.16"