universal-lambda-zig/build.zig.zon
Emil Lerch 47e4b0d54c
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m46s
allow handler more control in status reporting
2023-10-23 12:49:18 -07:00

12 lines
335 B
Plaintext

.{
.name = "univeral-lambda-zig",
.version = "0.5.0",
.dependencies = .{
.flexilib = .{
.url = "https://git.lerch.org/lobo/flexilib/archive/3d3dab9c792651477932e2b61c9f4794ac694dcb.tar.gz",
.hash = "1220fd7a614fe3c9f6006b630bba528e2ec9dca9c66f5ff10f7e471ad2bdd41b6c89",
},
},
}