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