This commit is contained in:
nora 2025-04-20 15:56:05 +02:00
parent c5621b3794
commit c5118b9daf
6 changed files with 146 additions and 0 deletions

12
tstest/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[workspace]
[package]
name = "tstest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-rust = "0.20.4"