Skip to content

Commit fd42450

Browse files
mochalinsikskuh
authored andcommitted
scm: Add build.zig.zon for package hash
1 parent acf6d54 commit fd42450

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 = "network",
3+
.version = "0.1.0",
4+
.paths = .{
5+
"build.zig",
6+
"build.zig.zon",
7+
"LICENSE",
8+
"network.zig",
9+
"testsuite.zig",
10+
},
11+
}

0 commit comments

Comments
 (0)