bc/build.zig.zon

13 lines
354 B
Text
Raw Permalink Normal View History

2024-06-28 01:51:21 -04:00
.{ .name = "bc", .version = "1.0.0", .paths = .{
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
"bc",
}, .dependencies = .{
.system = .{
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
2024-09-04 09:11:12 -04:00
}
2024-06-28 01:51:21 -04:00
} }