[package] name = "fedimint-unknown-common" version = { workspace = true } authors = ["The Fedimint Developers"] edition = "2021" description = "fedimint-unknown is a fedimint module that doesn't have any client side implementation." license = "MIT" readme = "../../README.md" repository = "https://github.com/fedimint/fedimint" [package.metadata.docs.rs] rustc-args = ["--cfg", "tokio_unstable"] [lib] name = "fedimint_unknown_common" path = "src/lib.rs" [dependencies] anyhow = { workspace = true } fedimint-core = { workspace = true } serde = { workspace = true } thiserror = { workspace = true }