Skip to content

Commit 23b1332

Browse files
committed
Update build.zig.zon
1 parent b42df6e commit 23b1332

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.zig.zon

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
.name = .bounded_array,
33
.fingerprint = 0x7cda5952a915d54,
44
.version = "0.1.0",
5-
.dependencies = .{ },
6-
.paths = .{ "" },
5+
.dependencies = .{},
6+
.paths = .{
7+
"build.zig", "build.zig.zon", "LICENSE", "README.md",
8+
"src",
9+
},
710
}

0 commit comments

Comments
 (0)