From ddb57acdf765869e75a51a5f7765697fabf03f8f Mon Sep 17 00:00:00 2001 From: Kurt Wolf Date: Sat, 2 Mar 2024 08:43:58 -0500 Subject: [PATCH] add keywords & a category --- ormlite/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ormlite/Cargo.toml b/ormlite/Cargo.toml index 1580a84..9d70b2d 100644 --- a/ormlite/Cargo.toml +++ b/ormlite/Cargo.toml @@ -10,6 +10,8 @@ homepage = "https://github.com/kurtbuilds/ormlite" documentation = "https://docs.rs/ormlite" autotests = false readme = "../README.md" +keywords = ["sqlite", "postgres", "orm", "async", "mysql"] +categories = ["database"] # autoexamples = false [package.metadata.docs.rs]