mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 22:45:53 +01:00
24 lines
626 B
TOML
24 lines
626 B
TOML
[package]
|
|
name = "cdk-lnd"
|
|
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 ln backend for lnd"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
anyhow.workspace = true
|
|
cdk = { workspace = true, features = ["mint"] }
|
|
fedimint-tonic-lnd = "0.2.0"
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
serde_json.workspace = true
|