Merge branch 'master' of https://github.com/jgallagher/rusqlite into blob

This commit is contained in:
Gwenael Treguier
2015-12-05 11:11:23 +01:00
11 changed files with 697 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.2.0"
version = "0.4.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -15,15 +15,21 @@ name = "rusqlite"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
blob = []
trace = []
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
libc = "~0.2"
[dev-dependencies]
tempdir = "~0.3.4"
lazy_static = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.2.0"
[[test]]
name = "config_log"
harness = false