mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Correct Cargo.toml for publishing
This commit is contained in:
parent
baa6f87046
commit
9db251e25b
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user