2018-08-01 07:40:07 +00:00
|
|
|
[package]
|
2018-10-15 17:05:26 +00:00
|
|
|
edition = "2018"
|
2019-01-08 19:30:32 +00:00
|
|
|
name = "ra_ide_api_light"
|
2018-08-01 07:40:07 +00:00
|
|
|
version = "0.1.0"
|
2019-02-11 08:20:04 +00:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-08-01 07:40:07 +00:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2018-12-27 12:32:23 +00:00
|
|
|
itertools = "0.8.0"
|
2019-02-12 16:03:28 +00:00
|
|
|
superslice = "1.0.0"
|
2018-08-28 19:37:49 +00:00
|
|
|
join_to_string = "0.1.1"
|
2018-10-11 18:07:44 +00:00
|
|
|
rustc-hash = "1.0"
|
2018-08-12 15:50:16 +00:00
|
|
|
|
2018-09-16 09:54:24 +00:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2018-12-10 21:09:12 +00:00
|
|
|
ra_text_edit = { path = "../ra_text_edit" }
|
2019-02-08 17:58:27 +00:00
|
|
|
ra_fmt = { path = "../ra_fmt" }
|
2018-08-17 13:04:34 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-25 11:26:34 +00:00
|
|
|
test_utils = { path = "../test_utils" }
|
2019-02-04 19:11:51 +00:00
|
|
|
proptest = "0.9.0"
|
|
|
|
insta = "0.6.1"
|