]> git.lizzy.rs Git - rust.git/blob - crates/ra_ide_api_light/Cargo.toml
Merge #545
[rust.git] / crates / ra_ide_api_light / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_ide_api_light"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6 publish = false
7
8 [dependencies]
9 itertools = "0.8.0"
10 superslice = "0.1.0"
11 join_to_string = "0.1.1"
12 rustc-hash = "1.0"
13
14 ra_syntax = { path = "../ra_syntax" }
15 ra_text_edit = { path = "../ra_text_edit" }
16
17 [dev-dependencies]
18 test_utils = { path = "../test_utils" }
19 proptest = "0.8.7"
20 insta = "0.1.4"