aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tools/Cargo.toml')
-rw-r--r--crates/tools/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml
index e2fecc60d..ffd0ab1a5 100644
--- a/crates/tools/Cargo.toml
+++ b/crates/tools/Cargo.toml
@@ -6,10 +6,8 @@ authors = ["Aleksey Kladov <[email protected]>"]
6publish = false 6publish = false
7 7
8[dependencies] 8[dependencies]
9ron = "0.3.0" 9teraron = { path = "../teraron"}
10walkdir = "2.1.3" 10walkdir = "2.1.3"
11itertools = "0.7.8" 11itertools = "0.7.8"
12tera = "0.11"
13clap = "2.32.0" 12clap = "2.32.0"
14failure = "0.1.1" 13failure = "0.1.1"
15heck = "0.3.0"