aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/dependency_options/build.zig.zon
blob: 6788640a806501d253897380b88bb3c05cc482a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
.{
    .name = .dependency_options,
    .fingerprint = 0x3e3ce1c1f92ba47e,
    .version = "0.0.0",
    .dependencies = .{
        .other = .{
            .path = "other",
        },
    },
    .paths = .{""},
}