mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-03 21:07:38 +03:00
12 lines
236 B
TOML
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 }
|