summaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: 311d2b8281ea0f55f7def0cee4f044ed67cd98af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.{
    .name = "shell",
    .version  = "0.0.0",
    .dependencies = .{
        .eostre = .{
            .path = "./eostre",
        },
    },

    .paths = .{
        "src",
        "build.zig",
        "build.zig.zon"
    },
}