diff --git a/build.zig.zon b/build.zig.zon index 44ce5a6..86b3b82 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,12 +6,14 @@ // // It is redundant to include "zig" in this name because it is already // within the Zig package namespace. - .name = "csvu", + .name = .csvu, // 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", + .fingerprint = 0x76a0a3b6fab6f85, + // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value.