2018-08-01 10:40:07 +03:00
|
|
|
[package]
|
2018-10-15 20:05:26 +03:00
|
|
|
edition = "2018"
|
2018-09-16 12:54:24 +03:00
|
|
|
name = "ra_editor"
|
2018-08-01 10:40:07 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-09 12:47:34 +03:00
|
|
|
itertools = "0.7.8"
|
2018-08-10 21:13:39 +03:00
|
|
|
superslice = "0.1.0"
|
2018-08-28 22:37:49 +03:00
|
|
|
join_to_string = "0.1.1"
|
2018-10-12 00:07:44 +06:00
|
|
|
rustc-hash = "1.0"
|
2018-08-12 18:50:16 +03:00
|
|
|
|
2018-09-16 12:54:24 +03:00
|
|
|
ra_syntax = { path = "../ra_syntax" }
|
2018-08-17 16:04:34 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-25 14:26:34 +03:00
|
|
|
test_utils = { path = "../test_utils" }
|