rust/crates/ra_editor/Cargo.toml
2018-10-12 00:07:44 +06:00

16 lines
319 B
TOML

[package]
name = "ra_editor"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
publish = false
[dependencies]
itertools = "0.7.8"
superslice = "0.1.0"
join_to_string = "0.1.1"
rustc-hash = "1.0"
ra_syntax = { path = "../ra_syntax" }
[dev-dependencies]
test_utils = { path = "../test_utils" }