Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Nov 15, 2023
1 parent b1834a8 commit cf59804
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ axum = "0.6.20"
axum-middleware = { path = "crates/axum-middleware" }
clap = { version = "4.4.7", features = ["derive"] }
common = { path = "crates/common" }
ethers = { version = "2.0.10", features = ["abigen", "ws", "ipc", "rustls", "openssl"] }
ethers = { version = "2.0.10", features = [
"abigen",
"ws",
"ipc",
"rustls",
"openssl",
] }
ethers-throttle = { path = "crates/ethers-throttle" }
eyre = "0.6.8"
futures = "0.3.28"
Expand Down

0 comments on commit cf59804

Please sign in to comment.