Skip to content

Commit

Permalink
auction: fix bad import tetris
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 14, 2024
1 parent 8638505 commit 2ed817f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions crates/core/component/auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ edition = {workspace = true}
component = [
"cnidarium-component",
"cnidarium",
"penumbra-proto/cnidarium",
"penumbra-proto/rpc",
"penumbra-sct/component",
"penumbra-shielded-pool/component",
"penumbra-dex/component",
"tokio",
"tonic",
"penumbra-proto/cnidarium",
"penumbra-proto/rpc",

"futures",
"async-stream",
"async-trait",
]
default = ["component"]
docsrs = []
Expand Down Expand Up @@ -46,7 +50,7 @@ decaf377-rdsa = {workspace = true}
futures = {workspace = true, optional = true}
hex = {workspace = true}
im = {workspace = true, optional = true}
metrics = {workspace = true, optional = true}
metrics = {workspace = true}
once_cell = {workspace = true}
penumbra-asset = {workspace = true, default-features = false}
penumbra-keys = {workspace = true, default-features = false}
Expand Down

0 comments on commit 2ed817f

Please sign in to comment.