Files
yves-biener 1a44a6a4a0
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 12m39s
initial commit
Based on MIT licensed code: https://github.com/ghostty-org/ghostty/blob/main/src/tripwire.zig
2026-06-07 10:27:33 +02:00

14 lines
310 B
Zig

.{
.name = .tripwire,
.version = "0.0.0",
.fingerprint = 0x71d9d97523d93564, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}