summaryrefslogtreecommitdiff
path: root/crates/physmem_free_list/Cargo.toml
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-08-31 20:23:24 -0500
committerNathan Ringo <nathan@remexre.com>2024-08-31 20:23:24 -0500
commite9a79a0ed79609c1e293c7b221fce577200b2eb7 (patch)
treee097115f4b4435caa2a26186652cbfffefb2cb28 /crates/physmem_free_list/Cargo.toml
parent4617f96a99c0e5dfac1b45b3cff037306e4edc63 (diff)
The start of a new librarified organization.
Diffstat (limited to 'crates/physmem_free_list/Cargo.toml')
-rw-r--r--crates/physmem_free_list/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 }