We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e7854 commit 8f268acCopy full SHA for 8f268ac
Cargo.toml
@@ -2,14 +2,14 @@
2
name = "anyhow"
3
version = "1.0.58" # remember to update html_root_url
4
authors = ["David Tolnay <[email protected]>"]
5
-edition = "2018"
6
-rust-version = "1.38"
7
-license = "MIT OR Apache-2.0"
+categories = ["rust-patterns"]
8
description = "Flexible concrete Error type built on std::error::Error"
9
-repository = "https://github.com/dtolnay/anyhow"
10
documentation = "https://docs.rs/anyhow"
+edition = "2018"
+license = "MIT OR Apache-2.0"
11
readme = "README.md"
12
-categories = ["rust-patterns"]
+repository = "https://github.com/dtolnay/anyhow"
+rust-version = "1.38"
13
14
[features]
15
default = ["std"]
0 commit comments