mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
20 lines
438 B
TOML
20 lines
438 B
TOML
[package]
|
|
name = "anyhow"
|
|
version = "1.0.19" # remember to update html_root_url
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "A better Box<dyn Error>"
|
|
repository = "https://github.com/dtolnay/anyhow"
|
|
documentation = "https://docs.rs/anyhow"
|
|
readme = "README.md"
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[dev-dependencies]
|
|
futures = "0.3"
|
|
rustversion = "1.0"
|
|
thiserror = "1.0"
|