b64/build.zig.zon

17 lines
585 B
Text
Raw Normal View History

2023-08-27 16:24:14 +02:00
.{
.name = "b64",
.version = "0.0.2",
.paths = .{""},
2024-06-09 12:14:35 +02:00
.minimum_zig_version = "0.13.0",
.dependencies = .{
.fastb64z = .{
.url = "https://github.com/joadnacer/fastb64z/archive/17f00616b661efa6e02065c4c9a0e7b4682e0a16.tar.gz",
.hash = "1220e16c6b41749367d8663ba8acc356fdafce8b0fef40edb59ce0525e0683392eda",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/master/latest.tar.gz",
2024-06-09 12:14:35 +02:00
.hash = "1220c900c70daf3e715fad6f266ec14b1d0f5e6c2d3f34b32142f60306cb9b5e5f05",
},
2023-10-29 16:21:59 +01:00
},
2023-08-27 16:24:14 +02:00
}