build.zig.zon: match the project name

This commit is contained in:
2024-04-06 15:35:19 -07:00
parent 7db55e9ac9
commit f742ee1a85

View File

@@ -1,5 +1,5 @@
.{ .{
.name = "nats-client", .name = "nats.zig",
.version = "0.0.1", .version = "0.0.1",
.paths = .{ .paths = .{
"src", "src",