Skip to content

Commit 0c4c80a

Browse files
committed
Add more detail to description in Cargo.toml
1 parent 2a8906d commit 0c4c80a

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
@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
1616
readme = "README.md"
1717
repository = "https://github.com/launchbadge/sqlx"
1818
documentation = "https://docs.rs/sqlx"
19-
description = "🧰 The Rust SQL Toolkit."
19+
description = "🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite."
2020
edition = "2018"
2121
keywords = [ "database", "sql", "async", "await" ]
2222
categories = [ "database", "asynchronous" ]

0 commit comments

Comments
 (0)