Files
zig/test/standalone/dependencyFromBuildZig/build.zig.zon
2024-04-18 03:07:44 -07:00

11 lines
177 B
Zig

.{
.name = "dependencyFromBuildZig",
.version = "0.0.0",
.dependencies = .{
.other = .{
.path = "other",
},
},
.paths = .{""},
}