summaryrefslogtreecommitdiff
path: root/crates/Cargo.lock
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 18:32:38 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 18:32:38 -0500
commit1867170d185c3480542773a74876175e341b91eb (patch)
tree64e5f943a1d3d09d875309077e6ee4bf86aff340 /crates/Cargo.lock
parent20c90c707d5f6870bd7d545f06f669cd839b6348 (diff)
Simplify debug printing of the buddy allocator.
Diffstat (limited to 'crates/Cargo.lock')
-rw-r--r--crates/Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/Cargo.lock b/crates/Cargo.lock
index 62c6ae4..7c772d4 100644
--- a/crates/Cargo.lock
+++ b/crates/Cargo.lock
@@ -307,6 +307,7 @@ dependencies = [
"proptest",
"static_assertions",
"vernos_alloc_physmem_free_list",
+ "vernos_utils",
]
[[package]]
@@ -318,6 +319,10 @@ dependencies = [
]
[[package]]
+name = "vernos_utils"
+version = "0.1.0"
+
+[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"