lambda-zig-sample/build.zig.zon
Emil Lerch 90b9815e29
All checks were successful
Generic zig build / build (push) Successful in 1m21s
update to zig 0.12.0
2024-05-15 11:58:59 -07:00

17 lines
437 B
Plaintext

.{
.name = "lambda-zig",
.version = "0.1.0",
.dependencies = .{
.@"lambda-zig" = .{
.url = "https://git.lerch.org/lobo/lambda-zig/archive/9d1108697282d24509472d7019c97d1afe06ba1c.tar.gz",
.hash = "12205b8a2be03b63a1b07bde373e8293c96be53a68a58054abe8689f80d691633862",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
},
}