Skip to content

Commit b85e15d

Browse files
committed
Add build.zig.zon
1 parent 9896d07 commit b85e15d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.zig.zon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.{
2+
.name = "minisign",
3+
.version = "0.12.0",
4+
.paths = .{
5+
"LICEMSE",
6+
"README.md",
7+
"build.zig",
8+
"build.zig.zon",
9+
"src",
10+
"share",
11+
},
12+
}

0 commit comments

Comments
 (0)