Skip to content

Commit

Permalink
compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Mar 26, 2024
1 parent c022e06 commit 93b1153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "darkroom"
version = "0.8.0"
description = "A contract testing tool built in Rust"

edition.workspace = true
readme.workspace = true
license.workspace = true
authors.workspace = true
Expand All @@ -19,7 +20,6 @@ chrono.workspace = true
colored-diff.workspace = true
colored.workspace = true
colored_json.workspace = true
filmreel.workspace = true
http.workspace = true
lazy_static.workspace = true
log.workspace = true
Expand All @@ -29,6 +29,7 @@ serde.workspace = true
serde_json.workspace = true
url.workspace = true
which.workspace = true
filmreel.path = "../filmreel"

mdcat = { workspace = true, optional = true }
syntect = { workspace = true, optional = true }
Expand Down
1 change: 1 addition & 0 deletions filmreel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ readme = "README.md"
documentation = "https://docs.rs/crate/filmreel/"
homepage = "https://crates.io/crates/filmreel"

edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 93b1153

Please sign in to comment.