diff --git a/Cargo.toml b/Cargo.toml index d813fd0..e25330a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rusqlite" version = "0.0.10" authors = ["John Gallagher "] description = "Ergonomic wrapper for SQLite" -homepage = "https://github.com/jgallagher/rusqlite" +repository = "https://github.com/jgallagher/rusqlite" documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/" readme = "README.md" keywords = ["sqlite", "database", "ffi"] @@ -21,3 +21,4 @@ bitflags = "~0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" +version = "0.0.9" diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index d0fbf75..df84a7d 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -2,6 +2,7 @@ name = "libsqlite3-sys" version = "0.0.9" authors = ["John Gallagher "] +repository = "https://github.com/jgallagher/rusqlite" description = "Native bindings to the libsqlite3 library" license = "MIT" links = "sqlite3"