sqlite3-sys 0.0.2

The package provides bindings to SQLite.
Documentation
fn main() {
    println!("cargo:rustc-link-lib=dylib=sqlite3");
}