diff options
Diffstat (limited to 'crates/ra_toolchain/Cargo.toml')
-rw-r--r-- | crates/ra_toolchain/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_toolchain/Cargo.toml b/crates/ra_toolchain/Cargo.toml index 1873fbe16..84b748c0a 100644 --- a/crates/ra_toolchain/Cargo.toml +++ b/crates/ra_toolchain/Cargo.toml | |||
@@ -3,6 +3,10 @@ edition = "2018" | |||
3 | name = "ra_toolchain" | 3 | name = "ra_toolchain" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | license = "MIT OR Apache-2.0" | ||
7 | |||
8 | [lib] | ||
9 | doctest = false | ||
6 | 10 | ||
7 | [dependencies] | 11 | [dependencies] |
8 | home = "0.5.3" | 12 | home = "0.5.3" |