initial commit
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 12m39s

Based on MIT licensed code: https://github.com/ghostty-org/ghostty/blob/main/src/tripwire.zig
This commit is contained in:
2026-06-07 10:27:33 +02:00
parent ed34903086
commit 1a44a6a4a0
6 changed files with 358 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
.{
.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",
},
}