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.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml
new file mode 100644
index 000000000..f9fee16f9
--- /dev/null
+++ b/crates/tools/Cargo.toml
@@ -0,0 +1,14 @@
1[package]
2name = "tools"
3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5publish = false
6
7[dependencies]
8ron = "0.1.7"
9walkdir = "2.1.3"
10itertools = "0.7.8"
11tera = "0.11"
12clap = "2.32.0"
13failure = "0.1.1"
14commandspec = "0.10"