aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-28 10:01:25 +0000
committerAleksey Kladov <[email protected]>2020-03-28 10:01:25 +0000
commitb764c38436fcb9426eb7da3be4f5fbcd63b316f5 (patch)
treea599f1ffff953040a0c2bb635b33b0f6a57e5e59 /crates/ra_assists/Cargo.toml
parenta1fea0d34ee8f3436aefd87d4c133a7ff50ffbb0 (diff)
Start stdx
This crate will hold everything to small to be worth publishing
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r--crates/ra_assists/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml
index a87f4052a..3bcf58ba4 100644
--- a/crates/ra_assists/Cargo.toml
+++ b/crates/ra_assists/Cargo.toml
@@ -8,12 +8,12 @@ authors = ["rust-analyzer developers"]
8doctest = false 8doctest = false
9 9
10[dependencies] 10[dependencies]
11format-buf = "1.0.0"
12join_to_string = "0.1.3"
13rustc-hash = "1.1.0" 11rustc-hash = "1.1.0"
14itertools = "0.9.0" 12itertools = "0.9.0"
15either = "1.5.3" 13either = "1.5.3"
16 14
15stdx = { path = "../stdx" }
16
17ra_syntax = { path = "../ra_syntax" } 17ra_syntax = { path = "../ra_syntax" }
18ra_text_edit = { path = "../ra_text_edit" } 18ra_text_edit = { path = "../ra_text_edit" }
19ra_fmt = { path = "../ra_fmt" } 19ra_fmt = { path = "../ra_fmt" }