[package] name = "tidalcache" version = "0.1.0" authors = ["Creator "] description = "Local cache for the tidal music service. Integrates with the tidal crate." repository = "https://gitlab.com/Creator/tidalcache" keywords = ["tidal", "cache", "tidalcache", "database"] categories = ["caching", "database", "multimedia::audio", "network-programming", "web-programming::http-client"] license = "MIT" [dependencies] reqwest = "0.8.5" serde_json = "1.0.18"