mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 05:21:34 +00:00
11 lines
300 B
TOML
11 lines
300 B
TOML
[package]
|
|
name = "however"
|
|
version = "1.0.0-alpha.1"
|
|
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/however"
|
|
documentation = "https://docs.rs/however"
|
|
readme = "README.md"
|