All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 6m0s
39 lines
1.2 KiB
Zig
39 lines
1.2 KiB
Zig
.{
|
|
.name = .aws,
|
|
.version = "0.0.1",
|
|
.fingerprint = 0x1f26b7b27005bb49,
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"codegen",
|
|
"lib",
|
|
"README.md",
|
|
"LICENSE",
|
|
},
|
|
|
|
.dependencies = .{
|
|
.smithy = .{
|
|
.url = "https://git.lerch.org/lobo/smithy/archive/fd9be1afbfcc60d52896c077d8e9c963bb667bf1.tar.gz",
|
|
.hash = "smithy-1.0.0-uAyBgZPSAgBHStx7nrj0u3sN66g8Ppnn3XFUEJhn00rP",
|
|
},
|
|
.models = .{
|
|
.url = "https://github.com/aws/aws-sdk-go-v2/archive/refs/tags/release-2025-05-05.tar.gz",
|
|
.hash = "N-V-__8AAKWdeiawujEcrfukQbb8lLAiQIRT0uG5gCcm4b7W",
|
|
},
|
|
.zeit = .{
|
|
.url = "git+https://github.com/rockorager/zeit#f86d568b89a5922f084dae524a1eaf709855cd5e",
|
|
.hash = "zeit-0.6.0-5I6bkzt5AgC1_BCuSzXkV0JHeF4Mhti1Z_jFC7E_nmD2",
|
|
},
|
|
.date = .{
|
|
.path = "lib/date",
|
|
},
|
|
.json = .{
|
|
.path = "lib/json",
|
|
},
|
|
.case = .{
|
|
.url = "git+https://github.com/travisstaloch/case.git#610caade88ca54d2745f115114b08e73e2c6fe02",
|
|
.hash = "N-V-__8AAIfIAAC_RzCtghVVBVdqUzB8AaaGIyvK2WWz38bC",
|
|
},
|
|
},
|
|
}
|