All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 56s
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#29cd697acad3aac00ec4e688db4b320f6adbbf26",
|
|
.hash = "1220b1e83bfddf77c141d3521fbfd37ce70bedd487fd5e6ef0c7352fb63b268430e4",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.13.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|