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-5f48bf7b250b307ce05f53145033fb5ee1aac94b/source.tar.gz",
|
|
.hash = "12205af13c727d58cbfa3f3302f2363172018295337287edf5fd10d8472eb48e51f6",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|