aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-18 10:42:28 +0100
committerAleksey Kladov <[email protected]>2018-08-18 10:42:28 +0100
commit4d8be265849c55912467961e09af657176472dcb (patch)
tree6d1808a89a57db69211a1dd5d4f25c4650da10d7 /crates/libeditor/Cargo.toml
parenta5eeef0eeed092cb663afc3b0cda2c0df0c7e793 (diff)
refactor
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r--crates/libeditor/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml
index 7b39870cd..55f41c2c5 100644
--- a/crates/libeditor/Cargo.toml
+++ b/crates/libeditor/Cargo.toml
@@ -9,7 +9,6 @@ itertools = "0.7.8"
9superslice = "0.1.0" 9superslice = "0.1.0"
10 10
11libsyntax2 = { path = "../libsyntax2" } 11libsyntax2 = { path = "../libsyntax2" }
12smol_str = "0.1.0"
13 12
14[dev-dependencies] 13[dev-dependencies]
15assert_eq_text = { path = "../assert_eq_text" } 14assert_eq_text = { path = "../assert_eq_text" }