mirror of
https://github.com/ion232/reticulum-zig.git
synced 2025-12-22 06:37:05 +00:00
22 lines
515 B
Zig
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",
|
|
},
|
|
},
|
|
}
|