Auto stash before rebase of "relpace_lsp_with_rust" onto "origin/relpace_lsp_with_rust"

This commit is contained in:
2025-11-16 20:55:25 +01:00
parent 7a3e3ae9f7
commit f44539ec2f
8 changed files with 220 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "analysis-tests"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
tree-sitter = { workspace = true }
tree-sitter-tcl = { workspace = true }
[dev-dependencies]
analysis = { path = "../../crates/analysis" }