2020-05-05 21:07:10 +00:00
|
|
|
[package]
|
2020-08-12 14:52:28 +00:00
|
|
|
name = "toolchain"
|
|
|
|
version = "0.0.0"
|
2020-08-24 11:06:30 +00:00
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
2020-05-05 21:07:10 +00:00
|
|
|
|
2020-07-11 11:31:02 +00:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2020-05-05 21:07:10 +00:00
|
|
|
[dependencies]
|
2022-10-15 09:53:26 +00:00
|
|
|
home = "0.5.4"
|
2024-03-19 12:05:50 +00:00
|
|
|
camino.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-03-19 12:05:50 +00:00
|
|
|
workspace = true
|