zig-jwt/build.zig.zon

10 lines
140 B
Plaintext

.{
.name = "zig-jwt",
.version = "0.0.1",
.paths = .{
"build.zig",
"build.zig.zon",
"jwt.zig",
},
}