aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b8fd1b736476a792bca190153364bb705b90472b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "tree-viz"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tree-sitter-elm = "5.6.3"
tree-sitter-ruby = "0.20"
tree-sitter-rust = "0.20"
tree-sitter = "0.20"
console = "^0.15"
tree-sitter-go = "0.20"
tree-sitter-typescript = "0.20"
tree-sitter-javascript = "0.20"
tree-sitter-mdx = { git = "https://github.com/jlopezcur/tree-sitter-mdx" }
tree-sitter-json = { git = "https://github.com/tree-sitter/tree-sitter-json" }
tree-sitter-python = "0.20"
tree-sitter-md = "0.1"
# tree-sitter-cobol = { path = "../../tree-sitter-cobol/" }

[dependencies.notify]
version = "5.0.0"
default-features = false