Build raw sqlite interface as libsqlite3-sys

Use pkg-config to find it.
This commit is contained in:
John Gallagher
2015-02-23 15:22:34 -05:00
parent 94ed61c44c
commit 03f368c4f4
8 changed files with 36 additions and 5 deletions

11
libsqlite3-sys/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "libsqlite3-sys"
version = "0.0.9"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"
build = "build.rs"
[build-dependencies]
pkg-config = "~0.2"