2018-08-10 15:07:43 +03:00
|
|
|
[package]
|
|
|
|
name = "libanalysis"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-10 21:13:39 +03:00
|
|
|
log = "0.4.2"
|
2018-08-10 15:07:43 +03:00
|
|
|
failure = "0.1.2"
|
|
|
|
parking_lot = "0.6.3"
|
2018-08-10 22:23:17 +03:00
|
|
|
once_cell = "0.1.4"
|
2018-08-13 19:28:34 +03:00
|
|
|
rayon = "1.0.2"
|
2018-08-13 15:10:20 +03:00
|
|
|
fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
|
2018-08-10 22:33:29 +03:00
|
|
|
libsyntax2 = { path = "../libsyntax2" }
|
2018-08-10 22:23:17 +03:00
|
|
|
libeditor = { path = "../libeditor" }
|
2018-08-17 16:04:34 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_eq_text = { path = "../assert_eq_text" }
|