Merge branch 'sqlcipher' of https://github.com/lvillani/rusqlite into lvillani-sqlcipher

This commit is contained in:
John Gallagher
2017-11-13 13:29:24 -07:00
4 changed files with 37 additions and 11 deletions

View File

@@ -26,6 +26,7 @@ trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
bundled = ["libsqlite3-sys/bundled"]
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
limits = []
sqlcipher = ["libsqlite3-sys/sqlcipher"]
[dependencies]
time = "0.1.0"