rust-analyzer/crates/toolchain/Cargo.toml
2021-12-16 01:56:12 +05:00

13 lines
190 B
TOML

[package]
name = "toolchain"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.57"
[lib]
doctest = false
[dependencies]
home = "0.5.3"