mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
13 lines
395 B
Text
13 lines
395 B
Text
.{
|
|
.name = "mzteinit",
|
|
.version = "0.0.0",
|
|
|
|
.dependencies = .{
|
|
.common = .{ .path = "../../lib/common-zig" },
|
|
.ansi_term = .{
|
|
.url = "git+https://github.com/LordMZTE/ansi-term.git#86a00a97e5d72d21c8632006c73483c4187b6d98",
|
|
.hash = "12200719196e0abd325efa248fb03882c8fa2c7130e3ae1d57dbff72afc846b28495",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|