[package] name = "tabby-download" version = "0.1.0" edition = "2021" [dependencies] tabby-common = { path = "../tabby-common" } indicatif = "0.17.3" futures-util = "0.3.28" reqwest = { version = "0.11.18", features = ["stream", "json"] } anyhow = { workspace = true } serde = { workspace = true } serdeconv = { workspace = true }