diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-08-31 20:23:24 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-08-31 20:23:24 -0500 |
commit | e9a79a0ed79609c1e293c7b221fce577200b2eb7 (patch) | |
tree | e097115f4b4435caa2a26186652cbfffefb2cb28 /crates/Cargo.toml | |
parent | 4617f96a99c0e5dfac1b45b3cff037306e4edc63 (diff) |
The start of a new librarified organization.
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r-- | crates/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |