From 9db251e25bda4e0a4e81bbbc07452939483c3116 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 23 Feb 2015 21:54:46 -0500 Subject: [PATCH] Correct Cargo.toml for publishing --- Cargo.toml | 3 ++- libsqlite3-sys/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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"