[package]
name = "cow-errors"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Shared error type for the CoW Protocol SDK workspace."
readme = "../../README.md"
keywords = ["cow", "cowprotocol", "defi", "ethereum", "sdk"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
[package.metadata.workspace.layer]
layer = 0
[dependencies]
reqwest = { workspace = true }
thiserror.workspace = true
[lints]
workspace = true