From 2b59795402b40788dcee8ce3b37473c623ff466c Mon Sep 17 00:00:00 2001 From: John Batty Date: Sat, 15 Aug 2026 08:52:35 +0100 Subject: [PATCH] Update Cargo.toml metadata --- azure_devops_rust_api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops_rust_api/Cargo.toml b/azure_devops_rust_api/Cargo.toml index 8e89b50b..0c852c67 100644 --- a/azure_devops_rust_api/Cargo.toml +++ b/azure_devops_rust_api/Cargo.toml @@ -10,7 +10,7 @@ description = "Rust API library for Azure DevOps" documentation = "https://docs.rs/azure_devops_rust_api" homepage = "https://github.com/microsoft/azure-devops-rust-api" repository = "https://github.com/microsoft/azure-devops-rust-api" -keywords = ["azure", "devops", "api", "sdk", "ado"] +keywords = ["azure", "devops", "azure-devops", "api", "ado"] categories = ["api-bindings"] license = "MIT" readme = "README.md"