aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 25da5ac1ad6dc583f351790a722cb66b6f5ac14b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "yah"
version = "0.1.0"
edition = "2024"

[dependencies]
dirs = "6.0.0"
libloading = "0.8.8"
tree-sitter = "0.25.8"
tree-sitter-highlight = "0.25.8"
url = "2.5.7"