aboutsummaryrefslogtreecommitdiff
path: root/converter/build.zig.zon
blob: 6e262b11263654675596a665ef5a44d7b6e252b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.{
    .name = "converter",
    .version = "0.0.0",
    .dependencies = .{
        // It doesn't work!
        //.@"zig-yaml" = .{
        //    .url = "https://github.com/kubkon/zig-yaml/archive/refs/heads/main.tar.gz",
        //    .hash = "122084941d6e06491a85e1356c7cca24a078103d34155e34a10a16a53f420d6bc37b",
        //},
    },
    .paths = .{
        "",
    },
}