Reexport sqlite3-sys feature sqlcipher.

This commit is contained in:
Ivan Stankovic 2016-02-28 12:19:28 +01:00
parent 4b55805031
commit fc52cb5627

View File

@ -18,3 +18,8 @@ sqlite3-sys = "0.6"
[dev-dependencies]
temporary = "0.5"
[features]
# Link sqlite3-sys against sqlcipher, instead of sqlite3,
# enabling support for transparent database encryption.
sqlcipher = ["sqlite3-sys/sqlcipher"]