22 lines
719 B
Zig
22 lines
719 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/master-1c3ad59bd98ee430b166054030dac4c46d641e39/source.tar.gz",
|
|
.hash = "N-V-__8AANMzUiemOR2eNnrtlMmAGHFqij6VYtDUiaFfn6Dw",
|
|
},
|
|
.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",
|
|
},
|
|
}
|