Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3573205
D4798.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
859 B
Referenced Files
None
Subscribers
None
D4798.diff
View Options
diff --git a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.lock b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.lock
--- a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.lock
+++ b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.lock
@@ -944,11 +944,14 @@
"cxx-build",
"identity",
"lazy_static",
+ "opaque-ke",
"prost 0.11.0",
+ "rand",
"tokio",
"tokio-stream",
"tonic 0.8.0",
"tonic-build 0.8.0",
+ "tracing",
]
[[package]]
diff --git a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml
--- a/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml
+++ b/native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml
@@ -13,6 +13,9 @@
tonic = "0.8"
prost = "0.11"
lazy_static = "1.4"
+rand = "0.8"
+opaque-ke = "1.2"
+tracing = "0.1"
identity = {path = "../../../../../services/identity" }
[build-dependencies]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 29, 2:20 PM (6 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2732548
Default Alt Text
D4798.diff (859 B)
Attached To
Mode
D4798: [native] new dependencies for gRPC client
Attached
Detach File
Event Timeline
Log In to Comment