aboutsummaryrefslogtreecommitdiff
path: root/libeditor/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-09 10:47:34 +0100
committerAleksey Kladov <[email protected]>2018-08-09 10:47:34 +0100
commite847a1b7a6b53d5663aae7396ea0f65485f1283e (patch)
treeb501e3330b77368c28533fcccfbcb64bb785b107 /libeditor/Cargo.toml
parent34bf0a0b180a4c56cf43c34080a074e6e7537e18 (diff)
hihglihgitng tests
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"