Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,24 @@ harness = false

[dependencies]
anyhow = { workspace = true, features = ["backtrace"] }
buf-list.workspace = true
bytes.workspace = true
camino.workspace = true
chrono.workspace = true
clap.workspace = true
console.workspace = true
flate2.workspace = true
futures.workspace = true
hubtools.workspace = true
humantime.workspace = true
semver.workspace = true
slog.workspace = true
slog-async.workspace = true
slog-envlogger.workspace = true
slog-term.workspace = true
tar.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tough.workspace = true
tufaceous-artifact.workspace = true
tufaceous-lib.workspace = true

Expand Down
Loading
Loading