zig/test/standalone/dependencyFromBuildZig/build.zig.zon

11 lines
177 B
Plaintext

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