rust-analyzer/crates/toolchain/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
227 B
TOML
Raw Normal View History

[package]
2020-08-12 14:52:28 +00:00
name = "toolchain"
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
[dependencies]
2022-10-15 09:53:26 +00:00
home = "0.5.4"