aboutsummaryrefslogtreecommitdiff
path: root/crates/toolchain/Cargo.toml
blob: 4856668f844090b3d67c0d9627eab100c5b6eb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "toolchain"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[lib]
doctest = false

[dependencies]
home = "0.5.3"