diff --git a/Cargo.toml b/Cargo.toml index 4330ba7..58546f8 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 = []