add build.zig.zon
All checks were successful
Generic zig build / build (push) Successful in 41s

This commit is contained in:
Emil Lerch 2024-06-04 14:44:24 -07:00
parent b0ef8ebe63
commit 6083ceefe2
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

14
build.zig.zon Normal file
View File

@ -0,0 +1,14 @@
.{
.name = "smithy",
.version = "1.0.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
"LICENSE.md",
},
.dependencies = .{
},
}