aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4cbbd6b1fdab716844af55ed44fca7fe102fe883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"

[build-dependencies]
prettyplease = "0.2.37"
quote = "1.0.40"
syn = "2.0.106"