aws-sdk-for-zig/example/build.zig.zon
Emil Lerch b1a096fa1e
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m42s
update example to latest working lib
2025-08-25 14:25:56 -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/cfc8aee1a6b54eac4a58893674361f1ad58e8595/cfc8aee1a6b54eac4a58893674361f1ad58e8595-with-models.tar.gz",
.hash = "aws-0.0.1-SbsFcK8HCgA-P7sjZP5z7J7ZfZLTkQ4osD0qgbyUgTzG",
},
},
}