Skip to content

Commit

Permalink
chore: add aquamarine to dep lists (#5181)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 20, 2024
1 parent 43c12b4 commit 554121a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions src/metric-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-trait.workspace = true
base64.workspace = true
common-base.workspace = true
Expand Down
1 change: 1 addition & 0 deletions src/mito2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-channel = "1.9"
async-stream.workspace = true
async-trait = "0.1"
Expand Down
1 change: 1 addition & 0 deletions src/store-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-trait.workspace = true
common-base.workspace = true
common-error.workspace = true
Expand Down

0 comments on commit 554121a

Please sign in to comment.