Skip to content

Commit e16e476

Browse files
bmc-msftdemoray
andauthored
simplify crate keywords (#637)
Co-authored-by: Brian Caswell <[email protected]>
1 parent c39c973 commit e16e476

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sdk/data_tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/azure/azure-sdk-for-rust"
99
homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_data_tables"
11-
keywords = ["sdk", "azure", "rest", "iot", "cloud", "data", "tables"]
11+
keywords = ["sdk", "azure", "storage", "data-tables"]
1212
categories = ["api-bindings"]
1313
edition = "2018"
1414

sdk/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/azure/azure-sdk-for-rust"
99
homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_storage"
11-
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
11+
keywords = ["sdk", "azure", "storage"]
1212
categories = ["api-bindings"]
1313
edition = "2018"
1414

sdk/storage_blobs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/azure/azure-sdk-for-rust"
99
homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_storage_blobs"
11-
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
11+
keywords = ["sdk", "azure", "storage", "blobs"]
1212
categories = ["api-bindings"]
1313
edition = "2018"
1414

sdk/storage_datalake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/azure/azure-sdk-for-rust"
99
homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_storage_datalake"
11-
keywords = ["sdk", "azure", "rest", "iot", "cloud", "storage", "datalake"]
11+
keywords = ["sdk", "azure", "storage", "datalake"]
1212
categories = ["api-bindings"]
1313
edition = "2018"
1414

sdk/storage_queues/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
repository = "https://github.com/azure/azure-sdk-for-rust"
99
homepage = "https://github.com/azure/azure-sdk-for-rust"
1010
documentation = "https://docs.rs/azure_storage_queues"
11-
keywords = ["sdk", "azure", "rest", "iot", "cloud"]
11+
keywords = ["sdk", "azure", "storage", "queues"]
1212
categories = ["api-bindings"]
1313
edition = "2018"
1414

0 commit comments

Comments
 (0)