diff --git a/Cargo.toml b/Cargo.toml index b553f46..b777067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "however" +name = "anyhow" version = "1.0.0-alpha.1" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" description = "A better Box" -repository = "https://github.com/dtolnay/however" -documentation = "https://docs.rs/however" +repository = "https://github.com/dtolnay/anyhow" +documentation = "https://docs.rs/anyhow" readme = "README.md"