Skip to content

Commit 091509d

Browse files
committed
Add repository and homepage meta
1 parent 96bd284 commit 091509d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition = "2021"
55
categories = ["rust-patterns"]
66
authors = ["Kunduin <kunduin@outlook.com>"]
77
documentation = "https://docs.rs/enum-code"
8+
repository = "https://github.com/Kunduin/enum-code"
9+
homepage = "https://github.com/Kunduin/enum-code"
810
description = "derive(Code) simplifies error handling by providing an easy-to-use enumeration of error codes"
911
keywords = ["error", "error-handling", "derive", "enum"]
1012
license = "MIT"

0 commit comments

Comments
 (0)