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

17 lines
669 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 = .{
.url = "https://git.lerch.org/lobo/smithy/archive/6083ceefe262bb016033a7dfbd995968c86b48b2.tar.gz",
.hash = "122036fbf9a1aae606de5e1a622d7dbbc37338d0fad7a4a018920c1365a1c49ba497",
2024-04-03 01:30:27 +00:00
},
.@"aws-zig" = .{
2024-06-05 00:04:11 +00:00
.url = "https://git.lerch.org/api/packages/lobo/generic/aws-sdk-with-models/3307eb6b8f04659c37df90162094427f15698161/3307eb6b8f04659c37df90162094427f15698161nominated-zig-with-models.tar.gz",
.hash = "122077dfab147124a5ddae1981a787a72bd5f823d30826e2d2147cf321a799feedf7",
2023-09-06 01:30:42 +00:00
},
},
}