mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
15 lines
328 B
TOML
15 lines
328 B
TOML
[package]
|
|
name = "anyhow"
|
|
version = "1.0.2"
|
|
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 = []
|