mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 18:12:29 +00:00
12 lines
354 B
Zig
12 lines
354 B
Zig
.{ .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",
|
|
}
|
|
} }
|