mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-02 00:42:22 +08:00
Merge branch 'functions' of https://github.com/gwenn/rusqlite into gwenn-functions
Conflicts: Cargo.toml src/lib.rs
This commit is contained in:
@@ -15,6 +15,7 @@ name = "rusqlite"
|
||||
[features]
|
||||
load_extension = ["libsqlite3-sys/load_extension"]
|
||||
backup = []
|
||||
functions = []
|
||||
trace = []
|
||||
|
||||
[dependencies]
|
||||
@@ -25,6 +26,7 @@ libc = "~0.2"
|
||||
[dev-dependencies]
|
||||
tempdir = "~0.3.4"
|
||||
lazy_static = "~0.1"
|
||||
regex = "~0.1.41"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
|
||||
Reference in New Issue
Block a user