summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-10-19 21:58:03 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-10-19 21:58:03 +0100
commitbcf6901b8d5acf72c3017f9552892f7bd5a15325 (patch)
tree0a473d7d4683ac30bc65d5463f0ec6446ddb54ef /build.zig.zon
downloadmf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.gz
mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.bz2
mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.tar.xz
mf-zigtools-bcf6901b8d5acf72c3017f9552892f7bd5a15325.zip
Initial
Add a wrapper allocator that tracks currently used and max memory
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..042c070
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,4 @@
+.{
+ .name = "mf-zigtools",
+ .version = "0.0.1",
+} \ No newline at end of file