dotfiles/scripts/prompt/build.zig.zon

17 lines
593 B
Text
Raw Normal View History

.{
2023-04-16 18:39:30 +02:00
.name = "promt",
.version = "0.0.0",
.dependencies = .{
.ansi_term = .{
2023-07-25 19:09:35 +02:00
.url = "https://github.com/ziglibs/ansi-term/archive/1614b61486d567b59abe11a097d11aa6ce679819.tar.gz",
.hash = "1220647eea49d2c48d5e59354291e975f813be3cc5a9d9920a50bbfaa40a891a06ee",
},
.known_folders = .{
2023-07-21 12:49:44 +02:00
.url = "https://github.com/ziglibs/known-folders/archive/fa75e1bc672952efa0cf06160bbd942b47f6d59b.tar.gz",
.hash = "122048992ca58a78318b6eba4f65c692564be5af3b30fbef50cd4abeda981b2e7fa5",
},
},
2023-10-14 10:19:21 +02:00
.paths = .{""},
}