rust/crates/toolchain/Cargo.toml

14 lines
190 B
TOML
Raw Normal View History

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