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