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"