rusqlite/Cargo.toml
John Gallagher bf6d44e501 Bump version
2015-03-29 12:52:05 -04:00

26 lines
584 B
TOML

[package]
name = "rusqlite"
version = "0.0.15"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "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"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.0.12"