Files
zlog/build.zig.zon

21 lines
623 B
Zig

.{
.name = .zlog,
.fingerprint = 0x55b82e3347a594e8,
// version name should match the zig version except for the last number,
// which stands for the version inside a given zig version
.version = "0.15.0",
.dependencies = .{
.ztime = .{
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#6a2f853f36aa55146e089d7c0c3f041012c0f8fe",
.hash = "ztime-0.0.0-e3nBJL5xAAC_guuqgVnOZncpvwH76NnKRC7JJ_zTF9rV",
},
},
.minimum_zig_version = "0.15.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}