Update build.zig.zon

This commit is contained in:
Cameron Reed 2024-07-15 19:28:37 -06:00
parent cf88d546cd
commit b9cc7b7204

View File

@ -6,11 +6,11 @@
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = "zig-argument-parser",
.name = "zig-args",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
.version = "0.1.0",
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
@ -65,8 +65,7 @@
"build.zig",
"build.zig.zon",
"src",
// For example...
//"LICENSE",
"LICENSE",
//"README.md",
},
}