dotfiles/scripts/prompt/build.zig.zon

17 lines
580 B
Text
Raw Normal View History

.{
2023-04-16 18:39:30 +02:00
.name = "promt",
.version = "0.0.0",
.dependencies = .{
.ansi_term = .{
.url = "git+https://github.com/LordMZTE/ansi-term.git#73c03175068679685535111dbea72cade075719e",
.hash = "1220ea86ace34b38e49c1d737c5f857d88346af10695a992b38e10cb0a73b6a19ef7",
},
.known_folders = .{
.url = "git+https://github.com/ziglibs/known-folders.git#2aa7f2e9855d45b20072e15107fb379b9380adbe",
.hash = "12209925016f4b5486a713828ead3bcc900fa4f039c93de1894aa7d5253f7633b92c",
},
},
2023-10-14 10:19:21 +02:00
.paths = .{""},
}