Files
zlog/build.zig.zon
Yves Biener f33ff72690
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 58s
mod(dep): update ztime dependency
2024-12-27 20:10:27 +01:00

20 lines
597 B
Zig

.{
.name = "zlog",
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.13.0",
.dependencies = .{
.ztime = .{
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#a71b0b86beb88e32b4805987d1563c4d0bb95108",
.hash = "1220958ab60605ec8235fc3e241aac24692becbb35acac9972bb049f98df7a2fbb79",
},
},
.minimum_zig_version = "0.13.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}