2020-05-05 16:07:10 -05:00
|
|
|
[package]
|
2020-08-12 09:52:28 -05:00
|
|
|
name = "toolchain"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2020-05-05 16:07:10 -05:00
|
|
|
|
2020-07-11 06:31:02 -05:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-05-05 16:07:10 -05:00
|
|
|
[dependencies]
|
2022-10-18 01:12:49 -05:00
|
|
|
home = "0.5.4"
|
2024-01-03 03:35:07 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|