16 lines
446 B
Zig
16 lines
446 B
Zig
.{
|
|
.name = "flow-syntax",
|
|
.version = "0.0.1",
|
|
|
|
.dependencies = .{
|
|
.@"tree-sitter" = .{
|
|
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-876cc5a125cb822d44a9f94f6bde64fac66272ce/source.tar.gz",
|
|
.hash = "12208efbfead8c57adeabbd2293d6ed19e00f769e1d8aba0d544270479587c9f694a",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|