init
This commit is contained in:
13
build.zig.zon
Normal file
13
build.zig.zon
Normal 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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user