We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42df6e commit 23b1332Copy full SHA for 23b1332
1 file changed
build.zig.zon
@@ -2,6 +2,9 @@
2
.name = .bounded_array,
3
.fingerprint = 0x7cda5952a915d54,
4
.version = "0.1.0",
5
- .dependencies = .{ },
6
- .paths = .{ "" },
+ .dependencies = .{},
+ .paths = .{
7
+ "build.zig", "build.zig.zon", "LICENSE", "README.md",
8
+ "src",
9
+ },
10
}
0 commit comments