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