123456789101112131415161718192021222324 |
- [package]
- name = "cdk-fake-wallet"
- version.workspace = true
- edition.workspace = true
- authors = ["CDK Developers"]
- license.workspace = true
- homepage = "https://github.com/cashubtc/cdk"
- repository = "https://github.com/cashubtc/cdk.git"
- rust-version.workspace = true # MSRV
- description = "CDK fake ln backend"
- [dependencies]
- async-trait.workspace = true
- bitcoin.workspace = true
- cdk = { workspace = true, features = ["mint"] }
- futures.workspace = true
- tokio.workspace = true
- tokio-util.workspace = true
- tracing.workspace = true
- thiserror.workspace = true
- serde.workspace = true
- serde_json.workspace = true
- lightning-invoice.workspace = true
- tokio-stream.workspace = true
|