Skip to content

Commit d978251

Browse files
committed
add keywords
1 parent 665ee77 commit d978251

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ description = "High-performance YouTube video uploader in Rust with OAuth 2.0, c
77
license = "MIT"
88
repository = "https://github.com/yourusername/rust-yt-uploader"
99
keywords = ["youtube", "upload", "api", "oauth", "async"]
10-
categories = ["api-bindings", "multimedia::video", "authentication"]
10+
categories = [
11+
"api-bindings",
12+
"multimedia::video",
13+
"authentication",
14+
"google",
15+
"youtube",
16+
]
1117
exclude = ["client_secret.json", "youtube-oauth2.json", "example-config.yaml"]
1218

1319
[lib]

0 commit comments

Comments
 (0)