mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-31 16:02:47 +08:00
Merge remote-tracking branch 'jgallagher/master' into json
This commit is contained in:
@@ -13,7 +13,7 @@ license = "MIT"
|
||||
name = "rusqlite"
|
||||
|
||||
[features]
|
||||
load_extension = ["libsqlite3-sys/load_extension"]
|
||||
load_extension = []
|
||||
backup = []
|
||||
blob = []
|
||||
functions = []
|
||||
@@ -23,6 +23,7 @@ trace = []
|
||||
time = "~0.1.0"
|
||||
bitflags = "~0.1"
|
||||
libc = "~0.2"
|
||||
clippy = {version = "~0.0.58", optional = true}
|
||||
chrono = { version = "~0.2", optional = true }
|
||||
serde_json = { version = "0.6", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user