mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 14:35:31 +01:00
25 lines
645 B
TOML
25 lines
645 B
TOML
[package]
|
|
name = "cdk-cln"
|
|
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 cln"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
bitcoin.workspace = true
|
|
cdk-common = { workspace = true, features = ["mint"] }
|
|
cln-rpc = "0.4.0"
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
uuid.workspace = true
|
|
serde_json.workspace = true
|