aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_toolchain/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_toolchain/Cargo.toml')
-rw-r--r--crates/ra_toolchain/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_toolchain/Cargo.toml b/crates/ra_toolchain/Cargo.toml
new file mode 100644
index 000000000..fbad1073e
--- /dev/null
+++ b/crates/ra_toolchain/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2edition = "2018"
3name = "ra_toolchain"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[dependencies]
8anyhow = "1.0.26"
9home = "0.5.3"