All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 26s
21 lines
623 B
Zig
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.13.0",
|
|
.dependencies = .{
|
|
.ztime = .{
|
|
.url = "git+https://gitea.yves-biener.de/yves-biener/ztime#eacf7abf059646d12d704d01ee8c9c6bf4dc219a",
|
|
.hash = "ztime-0.0.0-e3nBJE1wAADaGX5lHpHg1U4-kD6rI5Erb6gjM3-w3DsN",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.14.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|