aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-10 23:47:37 +0100
committerAleksey Kladov <[email protected]>2019-06-10 23:47:37 +0100
commit10d34532e3e96ffd92c11e667deb453188c28282 (patch)
tree095ad479dde329bdbff034af1f3ec587f473b1db /crates/tools/Cargo.toml
parent75e6c03883c4533b1134c806d166b72200b4837d (diff)
rename tools -> ra_tools
This should help with caching on CI I hope (see .travis.yml before_cache)
Diffstat (limited to 'crates/tools/Cargo.toml')
-rw-r--r--crates/tools/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml
deleted file mode 100644
index f03256a74..000000000
--- a/crates/tools/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
1[package]
2edition = "2018"
3name = "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"