Skip to content

Commit

Permalink
Deps cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Sep 28, 2023
1 parent 29d1982 commit 06862c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 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.

16 changes: 0 additions & 16 deletions crates/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,19 @@ repository.workspace = true

[dev-dependencies]
tempfile.workspace = true
inventory.workspace = true
test-case.workspace = true
unindent.workspace = true
pretty_assertions.workspace = true


[dependencies]

## Own
moor-values = { path = "../values" }

## General usefullness
itertools.workspace = true
lazy_static.workspace = true
enum-primitive-derive.workspace = true
async-trait.workspace = true
decorum.workspace = true
text_io.workspace = true
bytes.workspace = true
strum.workspace = true
uuid.workspace = true

## Error declaration/ handling
thiserror.workspace = true

## For macro-ing
paste.workspace = true

## Asynchrony and/or networking
tokio.workspace = true
tokio-test.workspace = true
Expand All @@ -43,7 +28,6 @@ tokio-test.workspace = true
tracing.workspace = true
tracing-test.workspace = true
metrics.workspace = true
metrics-util.workspace = true
metrics-macros.workspace = true

# For the DB layer.
Expand Down
4 changes: 3 additions & 1 deletion crates/rpc-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ repository.workspace = true
license.workspace = true

[dependencies]
bincode.workspace = true
# Own
moor-values = { path = "../values" }

thiserror.workspace = true
bincode.workspace = true
tmq.workspace = true
uuid.workspace = true
tracing.workspace = true
Expand Down

0 comments on commit 06862c6

Please sign in to comment.