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

View File

@@ -15,3 +15,6 @@ name = "rusqlite"
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"