From 10d34532e3e96ffd92c11e667deb453188c28282 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 11 Jun 2019 01:47:37 +0300 Subject: rename tools -> ra_tools This should help with caching on CI I hope (see .travis.yml before_cache) --- crates/ra_tools/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crates/ra_tools/Cargo.toml (limited to 'crates/ra_tools/Cargo.toml') 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 @@ +[package] +edition = "2018" +name = "ra_tools" +version = "0.1.0" +authors = ["rust-analyzer developers"] +publish = false + +[dependencies] +teraron = "0.0.1" +walkdir = "2.1.3" +itertools = "0.8.0" +clap = "2.32.0" +failure = "0.1.4" -- cgit v1.2.3