summaryrefslogtreecommitdiff
path: root/subprojects/thiserror/tests/no-std/Cargo.toml
blob: 8b03d2f07858d57284d551439663079442cf5590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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 }