[package] name = "qsspodcasts_data_caches" description = "Data caches for QSSPodcasts. You probably don't need it" version.workspace = true authors.workspace = true rust-version.workspace = true edition.workspace = true readme.workspace = true license.workspace = true repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.32.0", features = ["full"] } log = "0.4.17" podcast_management= { package = "qsspodcasts_podcast_management",path = "../qsspodcasts_podcast_management", version = "0.2.0" } path_providing= { package = "qsspodcasts_path_providing",path = "../qsspodcasts_path_providing", version = "0.2.0" }