Skip to content

Commit

Permalink
feat: build fedimint-clientd oci images
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Apr 17, 2024
1 parent 90e7b15 commit 2418368
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 80 deletions.
96 changes: 37 additions & 59 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions fedimint-clientd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ time = { version = "0.3.25", features = ["formatting"] }
chrono = "0.4.31"
futures-util = "0.3.30"
clap = { version = "3", features = ["derive", "env"] }
multimint = { version = "0.3.0" }
# multimint = { path = "../multimint" }
multimint = { version="0.3.1", path = "../multimint" }
axum-otel-metrics = "0.8.0"
Loading

0 comments on commit 2418368

Please sign in to comment.