From 1867170d185c3480542773a74876175e341b91eb Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 1 Sep 2024 18:32:38 -0500 Subject: Simplify debug printing of the buddy allocator. --- crates/utils/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crates/utils/Cargo.toml (limited to 'crates/utils/Cargo.toml') diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml new file mode 100644 index 0000000..a03aeac --- /dev/null +++ b/crates/utils/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "vernos_utils" +version = "0.1.0" +edition = "2021" +publish = false + +[dependencies] -- cgit v1.2.3