Skip to content

Commit 52f37ac

Browse files
committed
fix: prevent internal crates from publishing to crates.io
1 parent 8bc904e commit 52f37ac

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

crates/redis-cloud/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description = "Redis Cloud REST API client library"
1111
keywords = ["redis", "cloud", "api", "rest", "client"]
1212
categories = ["api-bindings", "database"]
1313
readme = "README.md"
14+
publish = false
1415

1516
[dependencies]
1617
async-trait = { workspace = true }

crates/redis-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
description = "Shared utilities for Redis CLI tools"
1010
keywords = ["redis", "cli", "common", "utilities"]
1111
categories = ["command-line-utilities", "api-bindings"]
12+
publish = false
1213

1314
[dependencies]
1415
anyhow = { workspace = true }

crates/redis-enterprise/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description = "Redis Enterprise REST API client library"
1111
keywords = ["redis", "enterprise", "api", "rest", "client"]
1212
categories = ["api-bindings", "database"]
1313
readme = "README.md"
14+
publish = false
1415

1516
[dependencies]
1617
async-trait = { workspace = true }

0 commit comments

Comments
 (0)