aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/zon/build.zig.zon
blob: b77d74254968ffed8060e4d5418cd1b424220bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.{
    // Comment
    .name = "temp",
    .version = "0.0.0",
    .dependencies = .{
        .example_0 = .{
            .url = "https://example.com/foo.tar.gz",
            .hash = "...",
        },
        .example_1 = .{
            .path = "../foo",
            .lazy = false,
        },
    },
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
    },
}