mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2026-09-14 08:58:53 +03:00
feat(downloader): download schedule from different source
This commit is contained in:
@@ -21,7 +21,9 @@ utoipa = { version = "5", features = ["macros", "chrono"] }
|
||||
calamine = "0"
|
||||
async-trait = "0"
|
||||
|
||||
reqwest = "0"
|
||||
reqwest = { version = "0", features = ["json"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
percent-encoding = "2"
|
||||
ua_generator = "0"
|
||||
regex = "1"
|
||||
strsim = "0"
|
||||
|
||||
Reference in New Issue
Block a user