universal-lambda-example/build.zig.zon
Emil Lerch 4d56fe0281
Some checks failed
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Failing after 40s
update to zig 0.12.0
2024-05-10 14:05:34 -07:00

18 lines
494 B
Plaintext

.{
.name = "univeral-zig-example",
.version = "0.0.1",
.dependencies = .{
.@"universal-lambda-zig" = .{
.path = "../universal-lambda-zig/",
},
.@"univeral-lambda-zig" = .{
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/cf8590e3ee658779fc88465e765a1e17e3a225fa.tar.gz",
.hash = "1220ab108c9252c7101e7bd638b5bf8762b9cf5418f48aca73adcadc223d315f1c5c",
},
},
.paths = .{
"",
},
}