Put sqlite3 extension functions behind a feature

This commit is contained in:
John Gallagher
2015-02-23 19:32:53 -05:00
parent 03f368c4f4
commit 1097842a85
2 changed files with 5 additions and 1 deletions

View File

@@ -7,5 +7,8 @@ license = "MIT"
links = "sqlite3"
build = "build.rs"
[features]
load_extension = []
[build-dependencies]
pkg-config = "~0.2"