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