mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-03 21:15:22 +01:00
26 lines
677 B
TOML
26 lines
677 B
TOML
[package]
|
|
name = "cdk-lnbits"
|
|
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 lnbits"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
anyhow.workspace = true
|
|
axum.workspace = true
|
|
bitcoin.workspace = true
|
|
cdk-common = { workspace = true, features = ["mint"] }
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
tokio-util.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
lnbits-rs = "0.6.0"
|
|
serde_json.workspace = true
|