aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
blob: 40e3254ffacc3e071b45afc4f1bfea6e5682792b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ra_editor"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false

[dependencies]
itertools = "0.7.8"
superslice = "0.1.0"
join_to_string = "0.1.1"

ra_syntax = { path = "../ra_syntax" }

[dev-dependencies]
test_utils = { path = "../test_utils" }