blob: 3e0f31f19c507fc417fc413fd0039a5b9d124e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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.4"
|