]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/toolchain/Cargo.toml
Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandry
[rust.git] / src / tools / rust-analyzer / crates / toolchain / Cargo.toml
1 [package]
2 name = "toolchain"
3 version = "0.0.0"
4 description = "TBD"
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.57"
8
9 [lib]
10 doctest = false
11
12 [dependencies]
13 home = "0.5.4"