]> git.lizzy.rs Git - rust.git/blob - crates/ra_ide_api_light/Cargo.toml
Updates
[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 = ["rust-analyzer developers"]
6 publish = false
7
8 [dependencies]
9 itertools = "0.8.0"
10 superslice = "1.0.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 ra_fmt = { path = "../ra_fmt" }
17
18 [dev-dependencies]
19 test_utils = { path = "../test_utils" }
20 proptest = "0.9.0"
21 insta = "0.7.0"