aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_tools/Cargo.toml')
-rw-r--r--crates/ra_tools/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml
deleted file mode 100644
index 9cceacee3..000000000
--- a/crates/ra_tools/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_tools"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7
8[dependencies]
9walkdir = "2.1.3"
10itertools = "0.8.0"
11pico-args = "0.3.0"
12quote = "1.0.2"
13proc-macro2 = "1.0.1"
14ron = "0.5.1"
15serde = { version = "1.0.0", features = ["derive"] }