rust/libanalysis/Cargo.toml

13 lines
263 B
TOML
Raw Normal View History

2018-08-10 07:07:43 -05:00
[package]
name = "libanalysis"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
2018-08-10 13:13:39 -05:00
log = "0.4.2"
2018-08-10 07:07:43 -05:00
failure = "0.1.2"
parking_lot = "0.6.3"
2018-08-10 14:23:17 -05:00
once_cell = "0.1.4"
2018-08-10 07:07:43 -05:00
libsyntax2 = { path = "../" }
2018-08-10 14:23:17 -05:00
libeditor = { path = "../libeditor" }