sqlite3-sys 0.0.2

The package provides bindings to SQLite.
Documentation
[package]
name = "sqlite3-sys"
version = "0.0.2"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/sqlite3-sys"
homepage = "https://github.com/stainless-steel/sqlite3-sys"
documentation = "https://stainless-steel.github.io/sqlite3-sys"
description = "The package provides bindings to SQLite."
build = "build.rs"
links = "sqlite3"

[dependencies]
libc = "*"

[dev-dependencies]
temporary = "*"