[package] name = "cdk-strike" version = "0.1.0" 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.1.0"