11 lines
238 B
TOML
11 lines
238 B
TOML
[package]
|
|
name = "text"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
lsp-types = { workspace = true }
|
|
tree-sitter = { workspace = true }
|
|
tree-sitter-tcl = { workspace = true }
|
|
url = { workspace = true } |