Skip to content

Commit

Permalink
Update crates/op-test-vectors/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 authored Jul 23, 2024
1 parent c702db0 commit e0ad260
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions crates/op-test-vectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
[package]
name = "op-test-vectors"
description = "Types for test vectors"

license = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
license.workspace = true
repository.workspace = true
homepage.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true

[dependencies]
op-alloy-rpc-types = { workspace = true }
op-alloy-consensus = { workspace = true }
alloy = { workspace = true }
serde = { workspace = true }
anvil-core = { workspace = true }
op-alloy-rpc-types.workspace = true
op-alloy-consensus.workspace = true
alloy.workspace = true
serde.workspace = true
anvil-core.workspace = true

[dev-dependencies]
color-eyre = { workspace = true }
serde_json = { workspace = true }
color-eyre.workspace = true
serde_json.workspace = true

0 comments on commit e0ad260

Please sign in to comment.