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

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