Files
rope/build.zig.zon
T
yves-biener ae666cb436
Zig Project Action / Lint, Spell-check and test zig project (push) Has been cancelled
initial commit
based on sources of https://github.com/noahbald/noe which are MIT-licensed
2026-06-06 20:48:35 +02:00

15 lines
327 B
Zig

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