aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-28 20:37:49 +0100
committerAleksey Kladov <[email protected]>2018-08-28 20:52:51 +0100
commit69eeae0c9903931f13038f4e350fd53b1903530d (patch)
tree1797b4d897e4f65a1aa12baa43329a50a35611a1 /crates/libeditor/Cargo.toml
parent6effddb18c8c7e0d500e7c17482642f1c3ebcfc8 (diff)
polish join
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r--crates/libeditor/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml
index 265772204..b04da1abe 100644
--- a/crates/libeditor/Cargo.toml
+++ b/crates/libeditor/Cargo.toml
@@ -7,6 +7,7 @@ publish = false
7[dependencies] 7[dependencies]
8itertools = "0.7.8" 8itertools = "0.7.8"
9superslice = "0.1.0" 9superslice = "0.1.0"
10join_to_string = "0.1.1"
10 11
11libsyntax2 = { path = "../libsyntax2" } 12libsyntax2 = { path = "../libsyntax2" }
12 13