mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix windows build
This commit is contained in:
@@ -32,7 +32,7 @@ parse-size = "1"
|
|||||||
proc_macros = { path = "proc_macros" }
|
proc_macros = { path = "proc_macros" }
|
||||||
regex = "1"
|
regex = "1"
|
||||||
reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "rustls-tls", "socks", "stream"] }
|
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"
|
RustyXML = "0.3"
|
||||||
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread", "time"] }
|
tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread", "time"] }
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user