chore: add build.zig.zon

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-08-16 22:23:07 -05:00
parent 7fd3b68f82
commit de5474b6c3
1 changed files with 5 additions and 0 deletions

5
build.zig.zon Normal file
View File

@ -0,0 +1,5 @@
.{
.name = "bit-string",
.version = "0.1.0",
.dependencies = .{},
}