* Move all rust crates (except lib) into crates dir, w/o nesting * Remove stale path from .gitattributes * Rename lib.rs files for easier navigation * Rename mod.rs file for easier navigation * Fix emscripten-version path * Fix fixtures dir paths * Use the default rustfmt settings * Don't use nightly on CI
17 lines
483 B
Zig
17 lines
483 B
Zig
.{
|
|
.name = "tree-sitter-PARSER_NAME",
|
|
.version = "PARSER_VERSION",
|
|
.dependencies = .{ .@"tree-sitter" = .{
|
|
.url = "https://github.com/tree-sitter/zig-tree-sitter/archive/refs/tags/v0.25.0.tar.gz",
|
|
.hash = "12201a8d5e840678bbbf5128e605519c4024af422295d68e2ba2090e675328e5811d",
|
|
} },
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"bindings/zig",
|
|
"src",
|
|
"queries",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|