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