chore: remove unused deps

This commit is contained in:
Pavol Rusnak
2024-09-19 21:57:09 +02:00
committed by thesimplekid
parent f9bb5eb913
commit 11fa39a003
2 changed files with 0 additions and 2 deletions

View File

@@ -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 }

View File

@@ -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"