mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Add missing dependcy for feature db
This commit is contained in:
@@ -48,7 +48,7 @@ cmake = { version = "0.1", optional = true }
|
||||
[features]
|
||||
all = ["db", "db_sqlite", "exif", "ugoira", "server"]
|
||||
avdict = ["bindgen", "cmake", "flagset"]
|
||||
db = ["anyhow", "bytes"]
|
||||
db = ["async-trait", "anyhow", "bytes"]
|
||||
db_all = ["db", "db_sqlite"]
|
||||
db_sqlite = ["rusqlite"]
|
||||
exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "utf16string"]
|
||||
|
||||
Reference in New Issue
Block a user