rusqlite/libsqlite3-sys/Cargo.toml

19 lines
380 B
TOML
Raw Normal View History

[package]
name = "libsqlite3-sys"
2015-07-27 02:00:51 +08:00
version = "0.2.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
2015-02-24 10:54:46 +08:00
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]
2015-03-13 04:32:40 +08:00
pkg-config = "~0.3"
[dependencies]
libc = "~0.1"