rusqlite/libsqlite3-sys/Cargo.toml
John Gallagher 36c5ed2ceb Upgrade dependencies.
In libsqlite3-sys, skip printing system libraries. See
https://github.com/sfackler/rust-openssl/issues/554#issuecomment-274878088.
2017-01-25 18:01:03 -05:00

20 lines
383 B
TOML

[package]
name = "libsqlite3-sys"
version = "0.6.2"
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"
[features]
bundled = []
[build-dependencies]
pkg-config = "0.3"
gcc = "0.3"
[dependencies]
libc = "0.2"