Skip to content

Commit

Permalink
[TRIVIAL] Remove orderbook's axum dependency (#2807)
Browse files Browse the repository at this point in the history
Removes `axum` dependency from the orderbook crate since it is not used
there.
  • Loading branch information
squadgazzz authored Jul 10, 2024
1 parent 4b3964c commit 9156ab1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion crates/orderbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ name = "orderbook"
path = "src/main.rs"

[dependencies]
axum = { workspace = true }
anyhow = { workspace = true }
app-data = { path = "../app-data" }
app-data-hash = { path = "../app-data-hash" }
Expand Down

0 comments on commit 9156ab1

Please sign in to comment.