thiserror/tests/no-std/Cargo.toml
2024-11-05 21:46:11 -05:00

12 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 }