Skip to content

Commit

Permalink
cleanup Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jan 9, 2025
1 parent 621aea7 commit 9ad479d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [ "crates/bundle_provider",
resolver = "2"

[workspace.package]
# name = "contender"
version = "0.1.0"
edition = "2021"
rust-version = "1.80"
Expand All @@ -28,13 +27,13 @@ contender_bundle_provider = { path = "crates/bundle_provider/" }
tokio = { version = "1.40.0" }
alloy = { version = "0.3.6" }
serde = "1.0.209"
rand = "0.8.5"

## cli
clap = { version = "4.5.16" }
csv = "1.3.0"

## core
rand = "0.8.5"
futures = "0.3.30"
async-trait = "0.1.82"
jsonrpsee = { version = "0.24" }
Expand Down

0 comments on commit 9ad479d

Please sign in to comment.