Add missing dependcy for feature db

This commit is contained in:
2022-09-19 04:40:09 +00:00
committed by GitHub
parent 2246028b12
commit 7190550ec4

View File

@@ -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"]