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

@@ -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"