mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #315 from sgrif/sg-keyword-cleanup
Remove the database keyword/category from libsqlite3-sys
This commit is contained in:
commit
20c86dd2a1
@ -7,8 +7,8 @@ description = "Native bindings to the libsqlite3 library"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
links = "sqlite3"
|
links = "sqlite3"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
keywords = ["sqlite", "sqlcipher", "database", "ffi"]
|
keywords = ["sqlite", "sqlcipher", "ffi"]
|
||||||
categories = ["database", "external-ffi-bindings"]
|
categories = ["external-ffi-bindings"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["min_sqlite_version_3_6_8"]
|
default = ["min_sqlite_version_3_6_8"]
|
||||||
|
Loading…
Reference in New Issue
Block a user