19 lines
380 B
TOML
Raw Normal View History

[package]
name = "libsqlite3-sys"
2015-12-08 21:30:19 -05:00
version = "0.3.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
2015-02-23 21:54:46 -05: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-12 21:32:40 +01:00
pkg-config = "~0.3"
[dependencies]
2015-12-01 06:18:44 +00:00
libc = "~0.2"