Skip to content

Commit

Permalink
chore: cargo.toml cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 7, 2023
1 parent 0d65a6c commit 750a849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

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

14 changes: 1 addition & 13 deletions crates/composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "op-composer"
description = "A Docker Compose-like tool for managing Op Stack components"
description = "A Docker container orchestration tool for OP stack components"

version.workspace = true
edition.workspace = true
Expand All @@ -11,21 +11,9 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
op-primitives = { path = "../primitives" }

strum.workspace = true
inquire.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_regex.workspace = true
enum-variants-strings.workspace = true

eyre.workspace = true
tracing.workspace = true

hex-literal.workspace = true
once_cell.workspace = true

bollard = "0.15.0"
tokio = { version = "1.11.0", features = ["full"] }

Expand Down

0 comments on commit 750a849

Please sign in to comment.