tree-sitter-wgsl
tree-sitter-wgsl copied to clipboard
Can you publish to crates.io
Hey, great work on this! Do you mind publishing tree-sitter-wgsl
to crates.io for use in the Rust ecosystem?
All you need to do this is rename tree-sitter-wgsl
in the Cargo.toml
to something else (like szebniok-tree-sitter-wgsl
), because the tree-sitter-wgsl
name is already taken, and then run cargo publish
.
Thanks a lot for you work again :)