aboutsummaryrefslogtreecommitdiff
path: root/binaries/wipe/wipe.zon
blob: 0c6f141113be5bf9cc58457439ac0b442a48d454 (plain)
1
2
3
4
5
6
7
8
9
10
.{
    .name = "wipe",
    .version = "0.1.0",
    .dependencies = .{
        .akiba = .{ .path = "../../system/libraries/akiba" },
    },
    .paths = .{
        "wipe.zig",
    },
}