23 lines
436 B
TOML
23 lines
436 B
TOML
[package]
|
|
name = "re_error"
|
|
authors.workspace = true
|
|
description = "Helpers for handling errors."
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
include.workspace = true
|
|
license.workspace = true
|
|
publish = true
|
|
readme = "README.md"
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[dev-dependencies]
|
|
anyhow.workspace = true
|