rust/crates/ra_editor/Cargo.toml

16 lines
300 B
TOML
Raw Normal View History

2018-08-01 09:40:07 +02:00
[package]
2018-09-16 11:54:24 +02:00
name = "ra_editor"
2018-08-01 09:40:07 +02:00
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
publish = false
[dependencies]
2018-08-09 11:47:34 +02:00
itertools = "0.7.8"
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"
2018-08-12 17:50:16 +02:00
2018-09-16 11:54:24 +02:00
ra_syntax = { path = "../ra_syntax" }
2018-08-17 15:04:34 +02:00
[dev-dependencies]
2018-08-25 13:26:34 +02:00
test_utils = { path = "../test_utils" }