From e9a79a0ed79609c1e293c7b221fce577200b2eb7 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sat, 31 Aug 2024 20:23:24 -0500 Subject: The start of a new librarified organization. --- crates/physmem_free_list/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crates/physmem_free_list/Cargo.toml (limited to 'crates/physmem_free_list/Cargo.toml') diff --git a/crates/physmem_free_list/Cargo.toml b/crates/physmem_free_list/Cargo.toml new file mode 100644 index 0000000..c1aadd8 --- /dev/null +++ b/crates/physmem_free_list/Cargo.toml @@ -0,0 +1,9 @@ +[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 } -- cgit v1.2.3