downcida 0.1.3

A Rust crate to download audio files using the Lucida API
Documentation
[[bin]]
name = "downcida"
path = "src/main.rs"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.reqwest]
features = ["json"]
version = "0.12.7"

[dependencies.serde_json]
version = "1.0.97"

[dependencies.tokio]
features = ["full"]
version = "1.28.2"

[lib]
name = "downcida"
path = "src/lib.rs"

[package]
authors = ["PandaDEV"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust crate to download audio files using the Lucida API"
edition = "2021"
license = "MIT"
name = "downcida"
readme = "README.md"
repository = "https://github.com/0pandadev/downcida"
version = "0.1.3"