diff options
author | Akshay <[email protected]> | 2025-01-27 16:47:08 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2025-01-27 16:47:08 +0000 |
commit | ab19bf3802ef42c7663ac506e94835a6188e90a6 (patch) | |
tree | 2e013a0c9fae62ab64a663130ad23a21c63e2b8c /Cargo.toml | |
parent | 3ba4e8debabbcf4a82a60860a658a30292a86a04 (diff) |
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" |