We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118ab0c commit 970edb8Copy full SHA for 970edb8
error-forge-derive/Cargo.toml
@@ -4,8 +4,11 @@ version = "0.9.7"
4
edition = "2021"
5
description = "Derive macros for the error-forge crate"
6
license = "Apache-2.0"
7
+documentation = "https://docs.rs/error-forge"
8
+repository = "https://github.com/jamesgober/error-forge"
9
+homepage = "https://github.com/jamesgober/error-forge"
10
authors = [
- "James Gober <codeca@jamesgober.dev>"
11
+ "James Gober <me@jamesgober.com>"
12
]
13
14
[lib]
0 commit comments