rust/crates/ra_ide_api_light/Cargo.toml

20 lines
406 B
TOML
Raw Normal View History

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