mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
19 lines
347 B
TOML
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
|