Skip to content

Commit

Permalink
chore: remove obsolete deps in mint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 22, 2024
1 parent d99cb30 commit e369daf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
32 changes: 0 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.36.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["cors", "fs", "set-header"] }
tower-service = { version = "0.3.2" }

secp256k1 = { version = "0.28.1", default-features = false, features = ["rand", "serde"] }
thiserror = "1.0.50"
Expand All @@ -36,17 +35,14 @@ lightning-invoice = "0.26.0"
reqwest = { version = "0.11.23", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] }
url = "2.4.1"
dotenvy = "0.15.7"
envy = "0.4.2"
fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc", "walletrpc"] }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
utoipa = { version = "4.1.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] }
sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "runtime-tokio", "tls-native-tls", "migrate", "macros", "uuid"] }
chrono = "0.4.31"
cln-grpc = "0.1.7"
bitcoin_hashes = "0.13.0"
tonic = { version = "0.8", features = ["transport", "tls"] }
serde_yaml = "0.9.31"

tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
Expand Down

0 comments on commit e369daf

Please sign in to comment.