diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-10 23:49:51 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-10 23:49:51 +0100 |
commit | 3f5f9f0560fa662e770b607f05ec4881e4d011c5 (patch) | |
tree | 0f9009e016d326a6df81bec95a03281db3bf7d07 /crates/ra_tools/Cargo.toml | |
parent | 1c867b4e67126350579d6d598efeb6c03b503ddc (diff) | |
parent | 10d34532e3e96ffd92c11e667deb453188c28282 (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.toml | 13 |
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] | ||
2 | edition = "2018" | ||
3 | name = "ra_tools" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | publish = false | ||
7 | |||
8 | [dependencies] | ||
9 | teraron = "0.0.1" | ||
10 | walkdir = "2.1.3" | ||
11 | itertools = "0.8.0" | ||
12 | clap = "2.32.0" | ||
13 | failure = "0.1.4" | ||