Emil Lerch
90b9815e29
All checks were successful
Generic zig build / build (push) Successful in 1m21s
17 lines
437 B
Plaintext
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",
|
|
},
|
|
}
|