aws-sdk-for-zig/example/build.zig.zon
Emil Lerch ffdd31d7b0
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m51s
upgrade example to 0.15.1
2025-08-25 10:39:29 -07:00

13 lines
437 B
Zig

.{
.name = .myapp,
.version = "0.0.1",
.fingerprint = 0x8798022a511224c5,
.paths = .{""},
.dependencies = .{
.aws = .{
.url = "https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/e29829f2a0144a974a00d7b2372e3a03a015d98d/e29829f2a0144a974a00d7b2372e3a03a015d98d-with-models.tar.gz",
.hash = "aws-0.0.1-SbsFcNntCQDBi1FVdiZaWpqR7kF3XGlRQXB4S6gpWALQ",
},
},
}