Cargo.toml 516 B

1234567891011121314151617181920
  1. [package]
  2. name = "cdk-lnd"
  3. version = "0.7.1"
  4. edition = "2021"
  5. authors = ["CDK Developers"]
  6. license = "MIT"
  7. homepage = "https://github.com/cashubtc/cdk"
  8. repository = "https://github.com/cashubtc/cdk.git"
  9. description = "CDK ln backend for lnd"
  10. [dependencies]
  11. async-trait.workspace = true
  12. anyhow.workspace = true
  13. cdk = { workspace = true, features = ["mint"] }
  14. fedimint-tonic-lnd = "0.2.0"
  15. futures.workspace = true
  16. tokio.workspace = true
  17. tokio-util.workspace = true
  18. tracing.workspace = true
  19. thiserror.workspace = true