tea-error 0.4.3

A library for creating custom errors for tevec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tea-error"
description = "A library for creating custom errors for tevec"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

[features]
default = []

[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }