aboutsummaryrefslogtreecommitdiff
path: root/crates/libanalysis/Cargo.toml
blob: 88b1099f2d258bfba445d3478b0e80d87578557c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "libanalysis"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
log = "0.4.2"
failure = "0.1.2"
parking_lot = "0.6.3"
once_cell = "0.1.4"
fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
libsyntax2 = { path = "../libsyntax2" }
libeditor = { path = "../libeditor" }