[package] name = "fedimint-empty-client" version = { workspace = true } authors = ["The Fedimint Developers"] edition = "2021" description = "fedimint-empty is an empty fedimint module, good template for a new module." license = "MIT" readme = "../../README.md" repository = "https://github.com/fedimint/fedimint" [package.metadata.docs.rs] rustc-args = ["--cfg", "tokio_unstable"] [lib] name = "fedimint_empty_client" path = "src/lib.rs" [dependencies] anyhow = { workspace = true } async-trait = { workspace = true } erased-serde = { workspace = true } fedimint-api-client = { workspace = true } fedimint-client = { workspace = true } fedimint-core = { workspace = true } fedimint-empty-common = { workspace = true } serde = { workspace = true } strum = { workspace = true } strum_macros = { workspace = true } thiserror = { workspace = true }