.{ .name = "salmon", // 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", // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value. //.minimum_zig_version = "0.11.0", .dependencies = .{ .ziglyph = .{ .url = "https://codeberg.org/dude_the_builder/ziglyph/archive/main.tar.gz", .hash = "12208553f3f47e51494e187f4c0e6f6b3844e3993436cad4a0e8c4db4e99645967b5", }, }, .paths = .{ // This makes *all* files, recursively, included in this package. It is generally // better to explicitly list the files and directories instead, to insure that // fetching from tarballs, file system paths, and version control all result // in the same contents hash. "", // For example... //"build.zig", //"build.zig.zon", //"src", //"LICENSE", //"README.md", }, }