aboutsummaryrefslogtreecommitdiff
path: root/libeditor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libeditor/Cargo.toml')
-rw-r--r--libeditor/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libeditor/Cargo.toml b/libeditor/Cargo.toml
index 92abd3289..750d80038 100644
--- a/libeditor/Cargo.toml
+++ b/libeditor/Cargo.toml
@@ -6,3 +6,4 @@ publish = false
6 6
7[dependencies] 7[dependencies]
8libsyntax2 = { path = "../" } 8libsyntax2 = { path = "../" }
9itertools = "0.7.8"