Skip to content

Commit 74b846b

Browse files
committed
chore: add package metadata for crates.io publishing
1 parent 25add39 commit 74b846b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

crates/core/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ version.workspace = true
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
7-
description = "Core library for rc S3 CLI client"
7+
repository.workspace = true
8+
homepage.workspace = true
9+
description = "Core library for rustfs-cli S3 CLI client"
10+
keywords = ["s3", "storage", "object-storage"]
11+
categories = ["filesystem"]
812

913
[dependencies]
1014
# Async

crates/s3/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ version.workspace = true
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true
7-
description = "S3 SDK adapter for rc CLI client"
7+
repository.workspace = true
8+
homepage.workspace = true
9+
description = "S3 SDK adapter for rustfs-cli"
10+
keywords = ["s3", "aws", "storage", "object-storage"]
11+
categories = ["filesystem", "api-bindings"]
812

913
[dependencies]
1014
# Workspace crates

0 commit comments

Comments
 (0)