squall/build.zig.zon

20 lines
796 B
Text
Raw Normal View History

2024-06-28 04:07:57 -04:00
.{
.name = "squall",
.version = "1.0.0",
.paths = .{ "LICENSE", "README.md", "build.zig", "build.zig.zon", "storm" },
2024-06-28 04:07:57 -04:00
.dependencies = .{
.system = .{
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
},
.bc = .{
.url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip",
2024-07-03 14:57:16 -04:00
.hash = "12200621484500271138648816b6c8f99bfca5e4d7329ea4620aa4183549f2eac9ed",
2024-06-28 04:07:57 -04:00
},
.mem = .{
.url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip",
2024-07-03 14:40:59 -04:00
.hash = "12205739d6afa86c264dde5ff94fdf7f14df68122054ce899934faf972d0b11d7ac5",
2024-06-28 04:07:57 -04:00
},
},
}