aws-sdk-for-zig/example/build.zig.zon
Emil Lerch de914ccedf
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 6m59s
update dependency in example
2023-09-15 09:35:14 -07:00

16 lines
532 B
Plaintext

.{
.name = "myapp",
.version = "0.0.1",
.dependencies = .{
.aws = .{
.url = "https://git.lerch.org/lobo/aws-sdk-for-zig/actions/runs/63/artifacts/35",
.hash = "12203d7c04dc46f3de16c1a0cd31cdcd1c5137f0c1f6bdac86e6d8bfae09f20dc9b6",
},
.smithy = .{
.url = "https://git.lerch.org/lobo/smithy/archive/41b61745d25a65817209dd5dddbb5f9b66896a99.tar.gz",
.hash = "122087deb0ae309b2258d59b40d82fe5921fdfc35b420bb59033244851f7f276fa34",
},
},
}