From 315f210ca550472cbf0de00e226f0f05b299cf0d Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 21 Nov 2014 09:48:57 -0500 Subject: [PATCH] Add more metadata --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a88228f..d49ff2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "rusqlite" version = "0.0.1" authors = ["John Gallagher "] +description = "Ergonomic wrapper for SQLite" +homepage = "https://github.com/jgallagher/rusqlite" +documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/" +readme = "README.md" +keywords = ["sqlite", "database", "ffi"] +license = "MIT" [lib] name = "rusqlite"