summaryrefslogtreecommitdiff
path: root/crates/utils/Cargo.toml
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/utils/Cargo.toml
parent20c90c707d5f6870bd7d545f06f669cd839b6348 (diff)
Simplify debug printing of the buddy allocator.
Diffstat (limited to 'crates/utils/Cargo.toml')
-rw-r--r--crates/utils/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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]