Files
zlog/build.zig.zon
Yves Biener 69da9265b8
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s
mod: rem zlog dependency; stream line logging structure; do not write ansi control characters when logging to file
2025-11-02 13:09:34 +01:00

15 lines
329 B
Zig

.{
.name = .zlog,
// This is a [Semantic Version](https://semver.org/).
.version = "0.16.0",
.fingerprint = 0x55b82e3347a594e8,
.minimum_zig_version = "0.16.0-dev.463+f624191f9",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}