aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/Cargo.toml
blob: 8e5379fba8c3be2b4c5d8fd6222efe74dd961fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
edition = "2018"
name = "ra_ide_api_light"
version = "0.1.0"
authors = ["rust-analyzer deverlopers"]
publish = false

[dependencies]
itertools = "0.8.0"
superslice = "0.1.0"
join_to_string = "0.1.1"
rustc-hash = "1.0"

ra_syntax = { path = "../ra_syntax" }
ra_text_edit = { path = "../ra_text_edit" }
ra_fmt = { path = "../ra_fmt" }

[dev-dependencies]
test_utils = { path = "../test_utils" }
proptest = "0.9.0"
insta = "0.6.1"