mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-12 00:48:51 +08:00
Fix windows build
This commit is contained in:
@@ -32,7 +32,7 @@ parse-size = "1"
|
||||
proc_macros = { path = "proc_macros" }
|
||||
regex = "1"
|
||||
reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "rustls-tls", "socks", "stream"] }
|
||||
rusqlite = { version = "0.28", features = ["bundled", "chrono", "winsqlite3"], optional = true }
|
||||
rusqlite = { version = "0.28", features = ["bundled", "chrono"], optional = true }
|
||||
RustyXML = "0.3"
|
||||
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread", "time"] }
|
||||
url = "2.2"
|
||||
|
||||
Reference in New Issue
Block a user