From a8ebd7bdaae87f18390bae667dbfdb20f897ea72 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 25 Jan 2017 17:16:42 +0100 Subject: [PATCH] Add categories and keywords --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3cf743..9da3f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.23.2" +version = "0.23.3" license = "Apache-2.0/MIT" authors = [ "Ivan Stankovic ", @@ -13,6 +13,8 @@ description = "The package provides an interface to SQLite." documentation = "https://docs.rs/sqlite" homepage = "https://github.com/stainless-steel/sqlite" repository = "https://github.com/stainless-steel/sqlite" +categories = ["api-bindings", "database"] +keywords = ["database"] [features] default = ["linkage"]