aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml13
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index 8cbc2fc93..4fcddebf0 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -5,10 +5,9 @@ authors = ["Aleksey Kladov <[email protected]>"]
5publish = false 5publish = false
6 6
7[dependencies] 7[dependencies]
8serde = "1.0.26" 8ron = "0.1.7"
9serde_derive = "1.0.26" 9walkdir = "2.1.3"
10file = "1.1.1" 10itertools = "0.7.8"
11ron = "0.1.5" 11tera = "0.11"
12walkdir = "2" 12clap = "2.32.0"
13itertools = "0.7" 13failure = "0.1.1"
14libsyntax2 = { path = "../" }