rust-analyzer/crates/toolchain/Cargo.toml

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

14 lines
190 B
TOML
Raw Normal View History

[package]
2020-08-12 14:52:28 +00:00
name = "toolchain"
version = "0.0.0"
description = "TBD"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2020-07-11 11:31:02 +00:00
[lib]
doctest = false
[dependencies]
2020-05-07 19:06:44 +00:00
home = "0.5.3"