We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6841133 + 61d24b0 commit 30afc2fCopy full SHA for 30afc2f
1 file changed
build.zig.zon
@@ -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