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]