mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
15 lines
253 B
Zig
15 lines
253 B
Zig
.{
|
|
.name = "zap",
|
|
.version = "0.5.0",
|
|
.paths = .{
|
|
"doc/",
|
|
"examples/",
|
|
"facil.io/",
|
|
"src/",
|
|
"tools/",
|
|
"README.md",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"targets.txt",
|
|
},
|
|
}
|