aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-06-10 23:49:51 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-06-10 23:49:51 +0100
commit3f5f9f0560fa662e770b607f05ec4881e4d011c5 (patch)
tree0f9009e016d326a6df81bec95a03281db3bf7d07 /crates/ra_tools/Cargo.toml
parent1c867b4e67126350579d6d598efeb6c03b503ddc (diff)
parent10d34532e3e96ffd92c11e667deb453188c28282 (diff)
Merge #1391
1391: rename tools -> ra_tools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_tools/Cargo.toml')
-rw-r--r--crates/ra_tools/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml
new file mode 100644
index 000000000..35ea3231b
--- /dev/null
+++ b/crates/ra_tools/Cargo.toml
@@ -0,0 +1,13 @@
1[package]
2edition = "2018"
3name = "ra_tools"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7
8[dependencies]
9teraron = "0.0.1"
10walkdir = "2.1.3"
11itertools = "0.8.0"
12clap = "2.32.0"
13failure = "0.1.4"