summaryrefslogtreecommitdiff
path: root/crates/buddy_allocator/Cargo.toml
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 12:42:37 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 12:42:37 -0500
commita83d2e1c8bf968d948991869d1f082b610d9032a (patch)
tree9b8b587af5af144e9b18e697447e8a1c750754d5 /crates/buddy_allocator/Cargo.toml
parent2da0dad522523047cf02482caa70edcbe3605af0 (diff)
Rename crates.
Diffstat (limited to 'crates/buddy_allocator/Cargo.toml')
-rw-r--r--crates/buddy_allocator/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
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"] }