22 lines
721 B
Zig
22 lines
721 B
Zig
.{
|
|
.name = .flow_syntax,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0x3ba2584ea1cec85f,
|
|
.minimum_zig_version = "0.14.1",
|
|
|
|
.dependencies = .{
|
|
.tree_sitter = .{
|
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/zig-0.14-f9fb7a84a1d7e1aeaa88b95ce2306c2e24e7b1b9/source.tar.gz",
|
|
.hash = "N-V-__8AAAbAVCqbNHeQBE-3LU1IcULUOEWAZaLueuct59Z9",
|
|
},
|
|
.cbor = .{
|
|
.url = "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",
|
|
.hash = "cbor-1.0.0-RcQE_HvqAACcrLH7t3IDZOshgY2xqJA_UX330MvwSepb",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|