dotfiles/scripts/mzteinit/build.zig.zon

14 lines
395 B
Text
Raw Normal View History

.{
.name = "mzteinit",
.version = "0.0.0",
.dependencies = .{
2024-03-20 20:45:59 +01:00
.common = .{ .path = "../../lib/common-zig" },
.ansi_term = .{
2024-06-21 18:43:42 +02:00
.url = "git+https://github.com/LordMZTE/ansi-term.git#86a00a97e5d72d21c8632006c73483c4187b6d98",
.hash = "12200719196e0abd325efa248fb03882c8fa2c7130e3ae1d57dbff72afc846b28495",
},
},
2023-10-14 10:19:21 +02:00
.paths = .{""},
}