Skip to content

Commit 6fe9f6e

Browse files
committed
setting up homepage + repo + doc urls and ignoring targets from package inclusion
1 parent 5228a13 commit 6fe9f6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ version = "1.0.2"
55
edition = "2021"
66
license = "MIT"
77
authors = [
8-
"jayphjohnson@gmail.com"
8+
"Jay Johnson <jayphjohnson@gmail.com>"
99
]
10+
homepage = "https://docs.rs/restapi/latest/restapi/"
11+
documentation = "https://docs.rs/restapi"
12+
repository = "https://github.com/jay-johnson/restapi"
13+
1014
categories = [
1115
"asynchronous",
1216
"database",
@@ -24,6 +28,7 @@ keywords = [
2428
exclude = [
2529
"docker/*",
2630
"notes/*",
31+
"target/*",
2732
]
2833

2934
[dependencies]

0 commit comments

Comments
 (0)