mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
12 lines
273 B
TOML
12 lines
273 B
TOML
[package]
|
|
name = "libanalysis"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
log = "0.4.2"
|
|
failure = "0.1.2"
|
|
parking_lot = "0.6.3"
|
|
once_cell = "0.1.4"
|
|
libsyntax2 = { path = "../libsyntax2" }
|
|
libeditor = { path = "../libeditor" }
|