Merge pull request #315 from sgrif/sg-keyword-cleanup

Remove the database keyword/category from libsqlite3-sys
This commit is contained in:
John Gallagher 2017-12-05 18:04:43 -05:00 committed by GitHub
commit 20c86dd2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"
build = "build.rs"
keywords = ["sqlite", "sqlcipher", "database", "ffi"]
categories = ["database", "external-ffi-bindings"]
keywords = ["sqlite", "sqlcipher", "ffi"]
categories = ["external-ffi-bindings"]
[features]
default = ["min_sqlite_version_3_6_8"]