universal-lambda-example/build.zig.zon
Emil Lerch bc755fb2c4
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m9s
more complete example/update to latest universal lambda
2023-10-23 14:09:29 -07:00

16 lines
602 B
Plaintext

.{
.name = "univeral-zig-example",
.version = "0.0.1",
.dependencies = .{
.universal_lambda_build = .{
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/6c89380fea51686b775a93d9a68150262a20d513.tar.gz",
.hash = "1220173c05fa58d0dceda2e2de99edb1a68b859006747cfcf80d7c908dda95f87db2",
},
.flexilib = .{
.url = "https://git.lerch.org/lobo/flexilib/archive/3d3dab9c792651477932e2b61c9f4794ac694dcb.tar.gz",
.hash = "1220fd7a614fe3c9f6006b630bba528e2ec9dca9c66f5ff10f7e471ad2bdd41b6c89",
},
},
}