From 8876d0a561e84a0fdd7971eda5c52e4cffb219f9 Mon Sep 17 00:00:00 2001 From: Alex Holmberg Date: Tue, 30 Dec 2025 00:58:38 +0100 Subject: [PATCH 1/2] feat: updated toml --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d73def57..afdc40d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,15 +8,10 @@ license = "GPL-3.0" repository = "https://github.com/syncable-dev/syncable-cli" keywords = [ "cli", - "devops", "ai", - "ai-agent", - "infrastructure", + "devops" "iac", - "terraform", - "kubernetes", "docker", - "security" ] categories = ["command-line-utilities", "development-tools"] readme = "README.md" From 5775166f616bbb113882759d58719ef4295a5860 Mon Sep 17 00:00:00 2001 From: Alex Holmberg Date: Tue, 30 Dec 2025 01:07:01 +0100 Subject: [PATCH 2/2] feat: udpated toml missing comma --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afdc40d5..a453a9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/syncable-dev/syncable-cli" keywords = [ "cli", "ai", - "devops" + "devops", "iac", "docker", ]