Skip to content

Commit

Permalink
feat(pgamoy): add dependencies in order
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 6, 2024
1 parent 41342a5 commit 6eea888
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/rundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ rundler-types = { path = "../../crates/types" }
rundler-utils = { path = "../../crates/utils" }

# CLI dependencies
alloy-chains.workspace = true
anyhow.workspace = true
clap = { version = "4.4.4", features = ["derive", "env"] }
dotenv = "0.15.0"
ethers.workspace = true
alloy-chains.workspace = true
itertools = "0.11.0"
metrics = "0.21.0"
metrics-exporter-prometheus = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ rundler-task = { path = "../task" }
rundler-types = { path = "../types" }
rundler-utils = { path = "../utils" }

alloy-chains.workspace = true
anyhow.workspace = true
async-trait.workspace = true
enum_dispatch = "0.3.11"
ethers.workspace = true
alloy-chains.workspace = true
ethers-signers = {version = "2.0.8", features = ["aws"] }
futures.workspace = true
futures-timer = "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ rundler-provider = { path = "../provider" }
rundler-types = { path = "../types" }
rundler-utils = { path = "../utils" }

alloy-chains.workspace = true
anyhow.workspace = true
arrayvec = "0.7.2"
async-trait.workspace = true
ethers.workspace = true
alloy-chains.workspace = true
futures-util.workspace = true
indexmap = "2.0.0"
parse-display.workspace = true
Expand Down
5 changes: 3 additions & 2 deletions crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ repository.workspace = true

[dependencies]
rundler-utils = { path = "../utils" }
constcat = "0.4.1"

alloy-chains.workspace = true
anyhow.workspace = true
chrono = "0.4.24"
constcat = "0.4.1"
ethers.workspace = true
alloy-chains.workspace = true
parse-display = "0.8.0"
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 6eea888

Please sign in to comment.