Correct Cargo.toml for publishing

This commit is contained in:
John Gallagher 2015-02-23 21:54:46 -05:00
parent baa6f87046
commit 9db251e25b
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "rusqlite"
version = "0.0.10"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
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"

View File

@ -2,6 +2,7 @@
name = "libsqlite3-sys"
version = "0.0.9"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"