rusqlite/Cargo.toml
John Gallagher 03f368c4f4 Build raw sqlite interface as libsqlite3-sys
Use pkg-config to find it.
2015-02-23 20:37:55 -05:00

21 lines
485 B
TOML

[package]
name = "rusqlite"
version = "0.0.9"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
homepage = "https://github.com/jgallagher/rusqlite"
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
readme = "README.md"
keywords = ["sqlite", "database", "ffi"]
license = "MIT"
[lib]
name = "rusqlite"
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"