aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73ec928..b8fd1b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,17 +7,17 @@ edition = "2021"
7 7
8[dependencies] 8[dependencies]
9tree-sitter-elm = "5.6.3" 9tree-sitter-elm = "5.6.3"
10tree-sitter-ruby = "0.21" 10tree-sitter-ruby = "0.20"
11tree-sitter-rust = "0.21" 11tree-sitter-rust = "0.20"
12tree-sitter = "0.21" 12tree-sitter = "0.20"
13console = "^0.15" 13console = "^0.15"
14tree-sitter-go = "0.19.1" 14tree-sitter-go = "0.20"
15tree-sitter-typescript = "0.21" 15tree-sitter-typescript = "0.20"
16tree-sitter-javascript = "0.21" 16tree-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.21" 19tree-sitter-python = "0.20"
20tree-sitter-md = "0.2.3" 20tree-sitter-md = "0.1"
21# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" } 21# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" }
22 22
23[dependencies.notify] 23[dependencies.notify]