Files
reticulum-zig/build.zig.zon
2025-07-04 13:44:37 +01:00

21 lines
609 B
Zig

.{
.name = .reticulum,
.version = "0.2.0",
.minimum_zig_version = "0.14.1",
.fingerprint = 0x357e04a91bafe743,
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
"core/",
},
.dependencies = .{
// TODO: Move this out into just the tests if possible. Currently zig doesn't have dev dependencies.
.ohsnap = .{
.url = "git+https://github.com/mnemnion/ohsnap#a140626e388ad3aea2a6a678183f5c0c03887fde",
.hash = "ohsnap-0.3.1-iWxzyu6bAADX1OdmK7FFg94X6RDfDvbt0iwQFH8mSFJE",
},
},
}