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

21 lines
636 B
Plaintext
Raw Normal View History

2023-08-04 23:40:24 +00:00
.{
.name = "aws-zig",
.version = "0.0.1",
2024-04-22 16:17:10 +00:00
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
2023-08-04 23:40:24 +00:00
.dependencies = .{
.smithy = .{
2024-04-02 18:04:40 +00:00
.url = "https://git.lerch.org/lobo/smithy/archive/1e534201c4df5ea4f615faeedc69d414adbec0b1.tar.gz",
.hash = "1220af63ae0498010004af79936cedf3fe6702f516daab77ebbd97a274eba1b42aad",
},
.models = .{
.url = "https://github.com/aws/aws-sdk-go-v2/archive/58cf6509525a12d64fd826da883bfdbacbd2f00e.tar.gz",
.hash = "122017a2f3081ce83c23e0c832feb1b8b4176d507b6077f522855dc774bcf83ee315",
2023-08-04 23:40:24 +00:00
},
},
}