forked from gentoo-utils/gentoo-utils
13 lines
236 B
TOML
13 lines
236 B
TOML
[package]
|
|
name = "thiserror_no_std_test"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "test.rs"
|
|
|
|
[dependencies]
|
|
thiserror = { path = "../..", default-features = false }
|