aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_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/ra_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/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"