Implement partial download
This commit is contained in:
parent
00bdb6c7c8
commit
59888b38dd
7 changed files with 507 additions and 5 deletions
|
@ -16,6 +16,9 @@ tauri-build = { version = "1.0.4", features = [] }
|
|||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
tempdir = "0.3.7"
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
error-chain = "0.12"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.0.5", features = ["api-all"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue