From e9a79a0ed79609c1e293c7b221fce577200b2eb7 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sat, 31 Aug 2024 20:23:24 -0500 Subject: The start of a new librarified organization. --- crates/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crates/Cargo.toml (limited to 'crates/Cargo.toml') diff --git a/crates/Cargo.toml b/crates/Cargo.toml new file mode 100644 index 0000000..0911a19 --- /dev/null +++ b/crates/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["buddy_allocator", "physmem_free_list", "utils"] +resolver = "2" -- cgit v1.2.3