mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-23 23:05:52 +01:00
24 lines
601 B
TOML
24 lines
601 B
TOML
[package]
|
|
name = "cdk-strike"
|
|
version = { workspace = true }
|
|
edition = "2021"
|
|
authors = ["CDK Developers"]
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true # MSRV
|
|
license.workspace = true
|
|
description = "CDK ln backend for Strike api"
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
anyhow.workspace = true
|
|
axum.workspace = true
|
|
bitcoin.workspace = true
|
|
cdk = { workspace = true, default-features = false, features = ["mint"] }
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
uuid.workspace = true
|
|
strike-rs = "0.2.3"
|