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#1dca3bfb03df12bfd0e12c00c04d347c7f93a2ac",
|
|
.hash = "122091c78651a755e6162a3ec4fd80e01da217f38a9cfd2353de7509e97b0bb0b5a3",
|
|
},
|
|
},
|
|
.minimum_zig_version = "0.13.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
},
|
|
}
|