Skip to content

Commit e3cf083

Browse files
committed
fix cargo keywords
1 parent a7b00a6 commit e3cf083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository = "https://github.com/lovasoa/sqlx"
2727
documentation = "https://docs.rs/sqlx"
2828
description = "🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite."
2929
edition = "2021"
30-
keywords = ["database", "async", "postgres", "mysql", "sqlite", "mssql"]
30+
keywords = ["async", "postgres", "mysql", "sqlite", "mssql"]
3131
categories = ["database", "asynchronous"]
3232
authors = [
3333
"Ryan Leckey <leckey.ryan@gmail.com>",

0 commit comments

Comments
 (0)