build.zig.zon 399 B

123456789101112
  1. .{
  2. .name = "menu-path",
  3. .version = "0.0.0", // TODO: when I will found out how to get it from `build.zig` need to set it to proper version
  4. .paths = .{""},
  5. .dependencies = .{
  6. .clap = .{
  7. .url = "https://github.com/Hejsil/zig-clap/archive/0.8.0.tar.gz",
  8. .hash = "1220949d4e88864579067b6d4cdad6476c6176f27e782782c2c39b7f2c4817a10efb",
  9. },
  10. },
  11. }