libsqlite3-sys 0.1.0

Native bindings to the libsqlite3 library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libsqlite3-sys"
version = "0.1.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"

[features]
load_extension = []

[build-dependencies]
pkg-config = "~0.3"

[dependencies]
libc = "~0.1"