Skip to content

Commit 96d0d52

Browse files
committed
dependencies: added log and tonic
1 parent 512bd71 commit 96d0d52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
2121
futures = { workspace = true }
2222
zip = { workspace = true }
2323
bytes = { workspace = true }
24-
prost = { workspace = true }
24+
prost = { workspace = true }
25+
tonic = "0.14.2"
26+
log = "0.4.28"

0 commit comments

Comments
 (0)