Emil Lerch
c40539b7b0
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m13s
21 lines
632 B
Plaintext
21 lines
632 B
Plaintext
.{
|
|
.name = "aws",
|
|
.version = "0.0.1",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
|
|
.dependencies = .{
|
|
.smithy = .{
|
|
.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",
|
|
},
|
|
},
|
|
}
|