diff --git a/Cargo.toml b/Cargo.toml index cf35c78..c3cedaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,8 @@ name = "sqlc-gen-sqlx" version = "0.0.0" edition = "2024" license = "MIT OR Apache-2.0" +description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries." +repository = "https://github.com/mathematic-inc/sqlc-gen-sqlx" [[bin]] name = "sqlc-gen-sqlx"