summaryrefslogtreecommitdiff
path: root/crates/physmem_free_list/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/physmem_free_list/Cargo.toml')
-rw-r--r--crates/physmem_free_list/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/physmem_free_list/Cargo.toml b/crates/physmem_free_list/Cargo.toml
deleted file mode 100644
index c1aadd8..0000000
--- a/crates/physmem_free_list/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "vernos_physmem_free_list"
-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 }