22 lines
748 B
Zig
22 lines
748 B
Zig
.{
|
|
.name = .flow_syntax,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0x3ba2584ea1cec85f,
|
|
.minimum_zig_version = "0.15.0",
|
|
|
|
.dependencies = .{
|
|
.tree_sitter = .{
|
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-6336e463f4182db5c9214731a6f468701c8453f0/source.tar.gz",
|
|
.hash = "tree_sitter-0.22.4-150-g7e3f5726-z0LhyJjkriqMCf8UfpkByt8-GdJpAEVJJeSr80P9kEcn",
|
|
},
|
|
.cbor = .{
|
|
.url = "git+https://github.com/neurocyte/cbor?ref=master#0708420594f5af0a8289e6e1bae0ae03f011731f",
|
|
.hash = "cbor-1.0.0-RcQE_CUwAQChkeU-LO-eTSbLAdRox-wuxUGmi2nDAWri",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|