Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m21s
15 lines
329 B
Zig
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",
|
|
},
|
|
}
|