Skip to content

Commit

Permalink
Add DigestInfo utility
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jan 2, 2021
1 parent 9ae49b6 commit 25bef4a
Show file tree
Hide file tree
Showing 23 changed files with 286 additions and 856 deletions.
122 changes: 33 additions & 89 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = "0.3.8"
# We must use tokio 0.2.x because tonic runtime uses it.
tokio = { version = "0.2", features = ["macros"] }
tonic = "0.3.1"
tokio-test = "0.4.0"
lazy-init = "0.4.0"

[dev-dependencies]
clap = "2.33.3"
Expand Down
8 changes: 7 additions & 1 deletion cas/grpc_service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rust_library(
"//third_party:futures",
"//third_party:stdext",
"//cas/store",
"//util:common",
"//util:error",
],
visibility = ["//cas:__pkg__"]
Expand All @@ -22,6 +23,7 @@ rust_library(
"//proto",
"//cas/store",
"//util:error",
"//util:common",
"//third_party:stdext",
"//third_party:prost",
"//third_party:tonic",
Expand All @@ -47,10 +49,11 @@ rust_library(
"//proto",
"//third_party:tonic",
"//util:async_fixed_buffer",
"//util:common",
"//util:error",
"//cas/store",
"//third_party:tokio",
"//third_party:futures",
"//util:error",
],
visibility = ["//cas:__pkg__"]
)
Expand All @@ -74,6 +77,7 @@ rust_test(
":cas_server",
"//cas/store",
"//util:error",
"//util:common",
"//proto",
"//third_party:tonic",
"//third_party:tokio",
Expand All @@ -88,6 +92,7 @@ rust_test(
":ac_server",
"//cas/store",
"//proto",
"//util:common",
"//third_party:tonic",
"//third_party:tokio",
"//third_party:prost",
Expand All @@ -103,6 +108,7 @@ rust_test(
"//cas/store",
"//proto",
"//util:error",
"//util:common",
"//third_party:tonic",
"//third_party:bytes",
"//third_party:tokio",
Expand Down
Loading

0 comments on commit 25bef4a

Please sign in to comment.