summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/toolchain/Cargo.toml
blob: a283f9a8842145140c15e73401aaf05544d7dd2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "toolchain"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
home = "0.5.4"