aboutsummaryrefslogtreecommitdiff
path: root/converter/build.zig.zon
diff options
context:
space:
mode:
Diffstat (limited to 'converter/build.zig.zon')
-rw-r--r--converter/build.zig.zon9
1 files changed, 4 insertions, 5 deletions
diff --git a/converter/build.zig.zon b/converter/build.zig.zon
index 6e262b1..1d3de63 100644
--- a/converter/build.zig.zon
+++ b/converter/build.zig.zon
@@ -2,11 +2,10 @@
.name = "converter",
.version = "0.0.0",
.dependencies = .{
- // It doesn't work!
- //.@"zig-yaml" = .{
- // .url = "https://github.com/kubkon/zig-yaml/archive/refs/heads/main.tar.gz",
- // .hash = "122084941d6e06491a85e1356c7cca24a078103d34155e34a10a16a53f420d6bc37b",
- //},
+ .ziggy = .{
+ .url = "https://github.com/kristoff-it/ziggy/archive/refs/heads/main.tar.gz",
+ .hash = "1220037474a924385b0d2ccb0e5c416c595f43f93a3450d55f8b6d5ad6f3ba091ca5",
+ }
},
.paths = .{
"",