elphin/example-ci/build.zig.zon
2024-05-10 20:48:01 +02:00

13 lines
159 B
Text

.{
.name = "example-ci",
.version = "0.0.0",
.dependencies = .{
.elphin = .{ .path = ".." },
},
.paths = .{
"",
},
}