diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.zig.zon b/build.zig.zon index 7c468cb..c53de0c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,7 +6,7 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "gll", + .name = .gll, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. @@ -69,4 +69,6 @@ //"LICENSE", //"README.md", }, + + .fingerprint = 0x3f950d6f3713543a, } |