From c1df7750dce06f712bfb5c5c5f37676c33bdd5c0 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Tue, 22 Aug 2017 17:48:48 +0200 Subject: [PATCH] Add the readme attribute --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d63d155..571229e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ 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" +readme = "README.md" categories = ["api-bindings", "database"] keywords = ["database"]