tabby/crates/tabby-download/Cargo.toml

13 lines
281 B
TOML
Raw Normal View History

[package]
name = "tabby-download"
version = "0.7.0-dev"
edition = "2021"
[dependencies]
aim-downloader = { path = "../aim-downloader" }
tabby-common = { path = "../tabby-common" }
anyhow = { workspace = true }
2023-08-03 11:55:00 +00:00
tracing = { workspace = true }
tokio-retry = "0.3.0"
sha256 = "1.4.0"