summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
diff options
context:
space:
mode:
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"