All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 57s
20 lines
597 B
Zig
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#53851c316fdb47804bbe8cfde74d2b0feac80469",
|
|
.hash = "12204e2fe893ee5c62e8075f67c55e2e380e7e3c2f77bdaf2e36eff0b02718cf6f6b",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.13.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|