initial commit
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 12m39s
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:
@@ -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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user