2018-08-01 02:40:07 -05:00
|
|
|
[package]
|
2018-10-15 12:05:26 -05:00
|
|
|
edition = "2018"
|
2019-01-08 13:30:32 -06:00
|
|
|
name = "ra_ide_api_light"
|
2018-08-01 02:40:07 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2018-12-27 06:32:23 -06:00
|
|
|
itertools = "0.8.0"
|
2018-08-10 13:13:39 -05:00
|
|
|
superslice = "0.1.0"
|
2018-08-28 14:37:49 -05:00
|
|
|
join_to_string = "0.1.1"
|
2018-10-11 13:07:44 -05:00
|
|
|
rustc-hash = "1.0"
|
2018-08-12 10:50:16 -05:00
|
|
|
|
2018-09-16 04:54:24 -05:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2018-12-10 15:09:12 -06:00
|
|
|
ra_text_edit = { path = "../ra_text_edit" }
|
2018-08-17 08:04:34 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-25 06:26:34 -05:00
|
|
|
test_utils = { path = "../test_utils" }
|
2018-12-25 14:26:36 -06:00
|
|
|
proptest = "0.8.7"
|
2019-01-23 05:48:57 -06:00
|
|
|
insta = "0.5.1"
|