Skip to content

Commit

Permalink
Fixing missing crate from conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed Dec 31, 2024
1 parent d235a62 commit 7381c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ clap = { workspace = true }
serde = { workspace = true }
eyre = { workspace = true }
serde_json = { workspace = true }
futures = "0.3.31"
tokio = { workspace = true, features = ["full"] }
toml = { workspace = true }
tracing = { workspace = true }
Expand Down

0 comments on commit 7381c71

Please sign in to comment.