dotfiles/scripts/withjava/build.zig.zon

9 lines
158 B
Plaintext
Raw Normal View History

2024-03-20 20:45:59 +01:00
.{
.name = "withjava",
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.common = .{ .path = "../../lib/common-zig" },
},
}