aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b8fd1b7..93318de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,8 +17,8 @@ tree-sitter-javascript = "0.20"
17tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" } 17tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" }
18tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" } 18tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" }
19tree-sitter-python = "0.20" 19tree-sitter-python = "0.20"
20tree-sitter-java = "0.20"
20tree-sitter-md = "0.1" 21tree-sitter-md = "0.1"
21# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" }
22 22
23[dependencies.notify] 23[dependencies.notify]
24version = "5.0.0" 24version = "5.0.0"