Implement partial download

This commit is contained in:
Hydroxycarbamide 2022-09-04 14:53:52 +02:00
parent 00bdb6c7c8
commit 59888b38dd
7 changed files with 507 additions and 5 deletions

View file

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