This commit is contained in:
2026-02-26 13:05:16 +01:00
commit 4db60e822e
11 changed files with 2034 additions and 0 deletions

13
build.zig.zon Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = .hashmap_concurrent,
// This is a [Semantic Version](https://semver.org/).
.version = "0.1.0",
.fingerprint = 0x2614796ee2b381e, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
"hashmap_concurrent.zig",
"LICENSE",
},
}