crabidy/jamendody/Cargo.toml

19 lines
446 B
TOML

[package]
name = "jamendody"
version.workspace = true
edition.workspace = true
[dependencies]
async-trait.workspace = true
crabidy-core = { path = "../crabidy-core" }
reqwest.workspace = true
serde.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["time", "sync"] }
toml.workspace = true
tracing.workspace = true
[dev-dependencies]
serde_json.workspace = true
tokio = { workspace = true, features = ["full"] }