mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-09 16:05:40 +01:00
chore: remove unused deps
This commit is contained in:
committed by
thesimplekid
parent
f9bb5eb913
commit
11fa39a003
@@ -14,6 +14,5 @@ async-trait = "0.1"
|
||||
axum = "0.6.20"
|
||||
cdk = { path = "../cdk", version = "0.4.0", default-features = false, features = ["mint"] }
|
||||
tokio = { version = "1", default-features = false }
|
||||
tower-http = { version = "0.4.4", features = ["cors"] }
|
||||
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
|
||||
futures = { version = "0.3.28", default-features = false }
|
||||
|
||||
@@ -19,6 +19,5 @@ tracing = { version = "0.1", default-features = false, features = ["attributes",
|
||||
thiserror = "1"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
lightning-invoice = { version = "0.32.0", features = ["serde", "std"] }
|
||||
lightning = "0.0.124"
|
||||
tokio-stream = "0.1.15"
|
||||
rand = "0.8.5"
|
||||
|
||||
Reference in New Issue
Block a user