summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/toolchain/Cargo.toml
blob: a6a3ae742aeb3f0c7ebc07783a9a64b72b25ff98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "toolchain"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]
home = "0.5.4"