Skip to content

Commit f615117

Browse files
committed
crates.io has a max of 5 keywords
1 parent 6b9ac5c commit f615117

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Cargo.toml

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/jbr/async-sqlx-session"
99
documentation = "https://docs.rs/async-sqlx-session"
1010
license = "MIT OR Apache-2.0"
11-
keywords = [
12-
"sessions",
13-
"tide",
14-
"async-session",
15-
"sqlx",
16-
"sqlite",
17-
"postgres",
18-
"mysql"
19-
]
11+
keywords = ["sessions", "sqlx", "sqlite", "postgres", "mysql"]
2012
categories = ["web-programming::http-server", "web-programming", "database"]
2113

2214
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)