Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jan 14, 2025
1 parent 7c64eb7 commit 0b4572e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ members = [
"sequencer",
"tests",
"types",
"utils",
"utils"
]

exclude = [
"sequencer-sqlite"
]
exclude = ["sequencer-sqlite"]

[workspace.dependencies]
anyhow = "^1.0"
Expand Down
5 changes: 1 addition & 4 deletions marketplace-solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ authors = ["Espresso Systems <[email protected]>"]
edition = "2021"

[features]
testing = [
"hotshot-query-service/testing",
"portpicker",
]
testing = ["hotshot-query-service/testing", "portpicker"]
embedded-db = []

[dependencies]
Expand Down
12 changes: 6 additions & 6 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2021"

[features]
testing = [
"hotshot-testing",
"marketplace-builder-core",
"marketplace-builder-shared",
"espresso-types/testing",
"sequencer-utils/testing",
"hotshot-query-service/testing",
"hotshot-testing",
"marketplace-builder-core",
"marketplace-builder-shared",
"espresso-types/testing",
"sequencer-utils/testing",
"hotshot-query-service/testing"
]
benchmarking = []
embedded-db = ["hotshot-query-service/embedded-db"]
Expand Down

0 comments on commit 0b4572e

Please sign in to comment.