diff options
Diffstat (limited to 'crates/alloc_physmem_free_list/Cargo.toml')
-rw-r--r-- | crates/alloc_physmem_free_list/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/alloc_physmem_free_list/Cargo.toml b/crates/alloc_physmem_free_list/Cargo.toml new file mode 100644 index 0000000..32a210c --- /dev/null +++ b/crates/alloc_physmem_free_list/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "vernos_alloc_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 } |