rust-analyzer/crates/toolchain/Cargo.toml
2025-02-27 14:58:46 +01:00

19 lines
347 B
TOML

[package]
name = "toolchain"
version = "0.0.0"
repository.workspace = true
description = "Discovery of `cargo` & `rustc` executables for rust-analyzer."
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
[dependencies]
home = "0.5.4"
camino.workspace = true
[lints]
workspace = true