From a83d2e1c8bf968d948991869d1f082b610d9032a Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 1 Sep 2024 12:42:37 -0500 Subject: Rename crates. --- crates/buddy_allocator/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 crates/buddy_allocator/Cargo.toml (limited to 'crates/buddy_allocator/Cargo.toml') diff --git a/crates/buddy_allocator/Cargo.toml b/crates/buddy_allocator/Cargo.toml deleted file mode 100644 index 94ab236..0000000 --- a/crates/buddy_allocator/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "vernos_buddy_allocator" -version = "0.1.0" -edition = "2021" -publish = false - -[dependencies] -allocator-api2 = { version = "0.2.18", default-features = false } -contracts = { version = "0.6.3", default-features = false } -static_assertions = { version = "1.1.0", default-features = false } -vernos_physmem_free_list = { path = "../physmem_free_list" } - -[dev-dependencies] -proptest = { version = "0.9.6", default-features = false, features = ["std"] } -nix = { version = "0.29.0", default-features = false, features = ["mman"] } -- cgit v1.2.3