summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 19:59:44 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 19:59:44 -0500
commit386df39c9866a4d945de46ef0dcab2363c674e0e (patch)
treec0572ce6a2c81c93546210f599dff553783c5760 /crates/Cargo.toml
parent6b98b6afea6e790abe738a67aa28bab54c91afe0 (diff)
Move almost all the kernel into crates/.
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r--crates/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/Cargo.toml b/crates/Cargo.toml
index 192869b..855d815 100644
--- a/crates/Cargo.toml
+++ b/crates/Cargo.toml
@@ -1,3 +1,3 @@
[workspace]
-members = ["alloc_buddy", "alloc_physmem_free_list", "utils"]
+members = ["alloc_buddy", "alloc_physmem_free_list", "device_tree", "driver_riscv_timer", "kernel", "utils"]
resolver = "2"