zfin-vestwell/build.zig.zon

34 lines
1.3 KiB
Zig

.{
.name = .zfin_vestwell,
.version = "0.1.0",
.fingerprint = 0x601dd1243853d32,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.srf = .{
.url = "git+https://git.lerch.org/lobo/srf#ea2c35825d652691e6a22526d76e2a06f61d70a5",
.hash = "srf-0.0.0-qZj578QeAgCDjih2ii5soqz02fj3g8OhKwUkFh4ReK56",
},
// zfin, for `Candle`, `cache.Store` and `CandleProvider`. Depending on it
// rather than re-declaring those types means an upstream field or enum
// change breaks this build instead of silently producing a cache file
// zfin cannot parse -- and a parse failure is the path that overwrites
// candles_daily.srf with a negative-cache marker.
//
// The `zfin` library module is lean: srf, zeit and build_info only. None
// of the CLI/TUI dependency tree comes with it.
.zfin = .{
.url = "git+https://git.lerch.org/lobo/zfin#df204a3eb21902b69fba154361e0213536570f46",
.hash = "zfin-0.0.0-J-B21hxqXQAXJig3PDBS-7cP9GkeDIXjkNanMyAmY3hc",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"build",
"src",
"data",
"tools",
"README.md",
"LICENSE",
},
}