Skip to content

Commit

Permalink
chore: manifest
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 13, 2024
1 parent 971e24e commit 5bc8ad2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ rust-version = "1.72.1"

[workspace.dependencies]
aho-corasick = "1.1.2"
anyhow = "1.0.81"
bytes = "1.5.0"
enum-map = "2.7.3"
rustic_backend = { path = "crates/backend" }
rustic_core = { path = "crates/core" }
rustic_testing = { path = "crates/testing" }
Expand Down
6 changes: 3 additions & 3 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ futures = { version = "0.3", optional = true }
runtime-format = "0.1.3"

# other dependencies
anyhow = "1.0.81"
bytes = "1.5.0"
anyhow = { workspace = true }
bytes = { workspace = true }
bytesize = "1.3.0"
chrono = { version = "0.4.35", default-features = false, features = ["clock", "serde"] }
enum-map = "2.7.3"
enum-map = { workspace = true }
enum-map-derive = "0.17.0"
enumset = { version = "1.1.3", features = ["serde"] }
gethostname = "0.4.3"
Expand Down
6 changes: 3 additions & 3 deletions crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ publish = false

[dependencies]
aho-corasick = { workspace = true }
anyhow = "1.0.81"
bytes = "1.5.0"
enum-map = "2.7.3"
anyhow = { workspace = true }
bytes = { workspace = true }
enum-map = { workspace = true }
once_cell = "1.19.0"
rustic_core = { workspace = true }
tempfile = { workspace = true }
Expand Down

0 comments on commit 5bc8ad2

Please sign in to comment.