2023-02-17 23:12:19 +01:00
|
|
|
.{
|
2023-04-16 18:39:30 +02:00
|
|
|
.name = "promt",
|
2023-02-17 23:12:19 +01:00
|
|
|
.version = "0.0.0",
|
2024-03-20 20:45:59 +01:00
|
|
|
.paths = .{""},
|
2023-02-17 23:12:19 +01:00
|
|
|
|
|
|
|
.dependencies = .{
|
2024-03-20 20:45:59 +01:00
|
|
|
.common = .{ .path = "../../lib/common-zig" },
|
2023-02-17 23:12:19 +01:00
|
|
|
.ansi_term = .{
|
2024-01-08 17:40:08 +01:00
|
|
|
.url = "git+https://github.com/LordMZTE/ansi-term.git#73c03175068679685535111dbea72cade075719e",
|
|
|
|
.hash = "1220ea86ace34b38e49c1d737c5f857d88346af10695a992b38e10cb0a73b6a19ef7",
|
2023-02-17 23:12:19 +01:00
|
|
|
},
|
|
|
|
.known_folders = .{
|
2024-02-11 13:10:53 +01:00
|
|
|
.url = "git+https://github.com/ziglibs/known-folders.git#2aa7f2e9855d45b20072e15107fb379b9380adbe",
|
|
|
|
.hash = "12209925016f4b5486a713828ead3bcc900fa4f039c93de1894aa7d5253f7633b92c",
|
2023-02-17 23:12:19 +01:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|