Skip to content

Commit f494b65

Browse files
authored
fix: Fix keywords (#24)
1 parent 5f7db36 commit f494b65

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ edition = "2024"
55
description = "A client library for the EventsourcingDB by the native web."
66
repository = "https://github.com/thenativeweb/eventsourcingdb-client-rust"
77
license = "MIT"
8-
keywords = ["eventsourcingdb", "eventsourcing", "event-sourcing", "cqrs", "thenativeweb"]
9-
categories = ["SDK", "database", "database client", "event sourcing", "cqrs"]
8+
keywords = [
9+
"eventsourcingdb",
10+
"esdb",
11+
"event",
12+
"events",
13+
"event sourcing",
14+
"event store",
15+
"cqrs",
16+
]
17+
categories = ["database"]
1018

1119
[features]
1220
default = []

0 commit comments

Comments
 (0)