Files
2025-10-02 10:47:49 +01:00

22 lines
515 B
Zig

.{
.name = .reticulum,
.version = "0.3.0",
.minimum_zig_version = "0.15.1",
.fingerprint = 0x357e04a91bafe743,
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
"app",
"core",
"io",
},
.dependencies = .{
.ohsnap = .{
.url = "https://github.com/mnemnion/ohsnap/archive/refs/heads/trunk.tar.gz",
.hash = "ohsnap-0.4.1-iWxzyhicAAA90MEnwxA22VshYmsSH3t0dcqM9yib7ose",
},
},
}