Skip to content

Commit

Permalink
Update crates/opt8n/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: refcell <abigger87@gmail.com>
  • Loading branch information
0xKitsune and refcell committed Jul 23, 2024
1 parent e0ad260 commit e59aafd
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions crates/opt8n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy = { workspace = true }
# Workspace
alloy.workspace = true
op-test-vectors.workspace = true
clap.workspace = true
shellwords.workspace = true
tokio.workspace = true
futures.workspace = true
color-eyre.workspace = true
anvil.workspace = true
anvil-core.workspace = true
cast.workspace = true
forge-script.workspace = true
revm.workspace = true
revm-inspectors.workspace = true
op-alloy-rpc-types.workspace = true

# External
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tracing = { version = "0.1" }
op-test-vectors = { workspace = true }
clap = { workspace = true }
shellwords = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
color-eyre = { workspace = true }
anvil = { workspace = true }
anvil-core = { workspace = true }
cast = { workspace = true }
forge-script = { workspace = true }
revm = { workspace = true}
revm-inspectors = { workspace = true }
op-alloy-rpc-types = { workspace = true }

0 comments on commit e59aafd

Please sign in to comment.