Files
hashmap_concurrent/build.zig.zon
2026-02-26 13:05:16 +01:00

14 lines
371 B
Zig

.{
.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",
},
}