mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-07 15:05:34 +01:00
25 lines
619 B
TOML
25 lines
619 B
TOML
[package]
|
|
name = "cdk-lnbits"
|
|
version = "0.7.1"
|
|
edition = "2021"
|
|
authors = ["CDK Developers"]
|
|
license = "MIT"
|
|
homepage = "https://github.com/cashubtc/cdk"
|
|
repository = "https://github.com/cashubtc/cdk.git"
|
|
rust-version = "1.75.0" # MSRV
|
|
description = "CDK ln backend for lnbits"
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
anyhow.workspace = true
|
|
axum.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
|
|
lnbits-rs = "0.4.0"
|
|
serde_json.workspace = true
|