Skip to content

Commit

Permalink
clean up cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarreif committed Sep 24, 2024
1 parent 68a896e commit c94e238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 3 additions & 20 deletions crates/astria-auctioneer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,16 @@ telemetry = { package = "astria-telemetry", path = "../astria-telemetry", featur
"display",
] }

tonic-health = "0.10.2"

async-trait = { workspace = true }
axum = { workspace = true }
ethers = { workspace = true, features = ["ws"] }
futures = { workspace = true }
humantime = { workspace = true }
hyper = { workspace = true }
hex = { workspace = true }
itertools = { workspace = true }
once_cell = { workspace = true }
pin-project-lite = { workspace = true }
prost = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
rand = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
sha2 = { workspace = true }
tendermint = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = [
"macros",
"rt-multi-thread",
Expand All @@ -54,23 +43,17 @@ tryhard = { workspace = true }
tonic = { workspace = true }
tokio-stream = { workspace = true, features = ["net"] }

[dependencies.sequencer-client]
package = "astria-sequencer-client"
path = "../astria-sequencer-client"
features = ["http"]

[dev-dependencies]
astria-core = { path = "../astria-core", features = ["client"] }
config = { package = "astria-config", path = "../astria-config", features = [
"tests",
] }
insta = { workspace = true, features = ["json"] }
tempfile = { workspace = true }
test_utils = { package = "astria-test-utils", path = "../astria-test-utils", features = [
"geth",
] }
insta = { workspace = true, features = ["json"] }
tempfile = { workspace = true }
tokio-test = { workspace = true }
astria-core = { path = "../astria-core", features = ["client"] }
tendermint-rpc = { workspace = true }
wiremock = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit c94e238

Please sign in to comment.