Skip to content

Commit dccf08f

Browse files
chore: add repository and homepage metadata to redisctl-core (#685)
Inherit workspace repository and homepage fields to suppress crates.io publish warning about missing package metadata.
1 parent ce47601 commit dccf08f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/redisctl-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
7+
repository.workspace = true
8+
homepage.workspace = true
79
description = "Core library for Redis CLI tools - config, workflows, and shared logic"
810

911
[dependencies]

0 commit comments

Comments
 (0)