From 0f3153a203a9420637e803a213a01e2861364c65 Mon Sep 17 00:00:00 2001 From: Alexander Kampf Date: Tue, 10 Jun 2025 14:25:07 +0200 Subject: [PATCH 1/2] fix: Fix keywords --- Cargo.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4330ba7..40f9ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,16 @@ edition = "2024" description = "A client library for the EventsourcingDB by the native web." repository = "https://github.com/thenativeweb/eventsourcingdb-client-rust" license = "MIT" -keywords = ["eventsourcingdb", "eventsourcing", "event-sourcing", "cqrs", "thenativeweb"] -categories = ["SDK", "database", "database client", "event sourcing", "cqrs"] +keywords = [ + "eventsourcingdb", + "esdb", + "event", + "events", + "event sourcing", + "event store", + "cqrs", +] +categories = ["database"] [features] default = [] From 87503ce1e5d5bac3e1bda55aa0cc9918af8a7520 Mon Sep 17 00:00:00 2001 From: Alexander Kampf Date: Tue, 10 Jun 2025 14:26:32 +0200 Subject: [PATCH 2/2] fix: fix indentation --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40f9ea1..58546f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,11 @@ license = "MIT" keywords = [ "eventsourcingdb", "esdb", - "event", - "events", - "event sourcing", - "event store", - "cqrs", + "event", + "events", + "event sourcing", + "event store", + "cqrs", ] categories = ["database"]