diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 12:42:37 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 12:42:37 -0500 |
commit | a83d2e1c8bf968d948991869d1f082b610d9032a (patch) | |
tree | 9b8b587af5af144e9b18e697447e8a1c750754d5 /crates/Cargo.toml | |
parent | 2da0dad522523047cf02482caa70edcbe3605af0 (diff) |
Rename crates.
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r-- | crates/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 79760cf..57dd03c 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -1,3 +1,3 @@ [workspace] -members = ["buddy_allocator", "physmem_free_list"] +members = ["alloc_buddy", "alloc_physmem_free_list"] resolver = "2" |