This commit is contained in:
parent
b0ef8ebe63
commit
6083ceefe2
14
build.zig.zon
Normal file
14
build.zig.zon
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
.{
|
||||||
|
.name = "smithy",
|
||||||
|
.version = "1.0.0",
|
||||||
|
.paths = .{
|
||||||
|
"build.zig",
|
||||||
|
"build.zig.zon",
|
||||||
|
"src",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE.md",
|
||||||
|
},
|
||||||
|
|
||||||
|
.dependencies = .{
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user