From e7afeebac05b2c8bbdfba4d6d240df552a8e08bd Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Fri, 7 Jun 2024 11:44:26 +0200 Subject: [PATCH] set README path for sqlm-postgres --- postgres/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 48830ba..e6f6285 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Markus Ast "] description = "`sql!` macro to write compile-time checked database queries similar to how `format!` works" license = "MIT OR Apache-2.0" repository = "https://github.com/rkusa/sqlm" +readme = "../README.md" [features] default = ["json", "time", "uuid", "pgvector"]