rusqlite/libsqlite3-sys/Cargo.toml
John Gallagher 9379002076 Bump to version 0.7.0.
Also bumps libsqlite3-sys to 0.5.0.
2016-05-19 20:26:18 -05:00

16 lines
348 B
TOML

[package]
name = "libsqlite3-sys"
version = "0.5.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"
build = "build.rs"
[build-dependencies]
pkg-config = "~0.3"
[dependencies]
libc = "~0.2"