aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index e46874929..8cbc2fc93 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -9,4 +9,6 @@ serde = "1.0.26"
9serde_derive = "1.0.26" 9serde_derive = "1.0.26"
10file = "1.1.1" 10file = "1.1.1"
11ron = "0.1.5" 11ron = "0.1.5"
12walkdir = "2"
13itertools = "0.7"
12libsyntax2 = { path = "../" } 14libsyntax2 = { path = "../" }