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#c9965f5cee0cf5606e38d9163743fc0f09a2d0cc",
|
|
.hash = "1220570c68f182728dbdc9f325b0e400101e6c43344b3b9ff3c50d9ab3c50e559286",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.13.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|