summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/toolchain/Cargo.toml
blob: 7d3b9e09ece773fa3babcb5669eaaea2d96d75b7 (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.57"

[lib]
doctest = false

[dependencies]
home = "0.5.3"