aws-sdk-for-zig/example/build.zig.zon

17 lines
656 B
Plaintext
Raw Normal View History

2023-09-06 01:30:42 +00:00
.{
.name = "myapp",
.version = "0.0.1",
2024-04-03 01:30:27 +00:00
.paths = .{""},
2023-09-06 01:30:42 +00:00
.dependencies = .{
.smithy = .{
2024-04-03 01:30:27 +00:00
.url = "https://git.lerch.org/lobo/smithy/archive/1e534201c4df5ea4f615faeedc69d414adbec0b1.tar.gz",
.hash = "1220af63ae0498010004af79936cedf3fe6702f516daab77ebbd97a274eba1b42aad",
},
.@"aws-zig" = .{
2024-04-22 21:13:21 +00:00
.url = "https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/a0773971f2f52182c8a5235582500d36afda2e81/a0773971f2f52182c8a5235582500d36afda2e81-with-models.tar.gz",
.hash = "1220198f7b734c1cc6a683ad13246439a59be934156a2df3a734bcaf15433b33eead",
2023-09-06 01:30:42 +00:00
},
},
}