mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #238 from gwenn/categories
Add categories and keywords to libsqlite3-sys
This commit is contained in:
commit
0d8c6ca5d7
@ -7,6 +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", "database", "ffi"]
|
||||||
|
categories = ["database", "external-ffi-bindings"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
bundled = []
|
bundled = []
|
||||||
|
Loading…
Reference in New Issue
Block a user