Skip to content

Commit 40717dc

Browse files
authored
Merge pull request #6 from elpekenin/zon
Add `build.zig.zon`
2 parents 3cba3a8 + 6cfa9fc commit 40717dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.zig.zon

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.{
2+
.name = "zfat",
3+
.version = "0.0.0",
4+
.paths = .{
5+
"build.zig",
6+
"build.zig.zon",
7+
"src",
8+
"test",
9+
"vendor",
10+
},
11+
}

0 commit comments

Comments
 (0)