rusqlite/libsqlite3-sys/Cargo.toml
2015-02-23 20:37:55 -05:00

15 lines
296 B
TOML

[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"
[features]
load_extension = []
[build-dependencies]
pkg-config = "~0.2"