Skip to content

Commit 30afc2f

Browse files
authored
Merge pull request #15 from McSinyx/zon
Add build.zig.zon
2 parents 6841133 + 61d24b0 commit 30afc2f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build.zig.zon

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.{
2+
.name = .ini,
3+
.fingerprint = 0x7757b668623d2460,
4+
.version = "0.1.0",
5+
.minimum_zig_version = "0.14.0",
6+
.paths = .{
7+
"LICENCE",
8+
"README.md",
9+
"build.zig",
10+
"build.zig.zon",
11+
"src/ini.zig",
12+
},
13+
}

0 commit comments

Comments
 (0)