Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: add tonic dependency stack #4316

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Commits on Nov 11, 2020

  1. rust: add tonic dependency stack

    Summary:
    This includes: `tonic`, a gRPC framework; `tonic-build`, its compiler
    for protobuf bindings; `tokio`, an async runtime; and `async-stream`,
    `async-trait`, and `futures-core`, helpers for streaming gRPC methods.
    
    Test Plan:
    All crates build without any manual configuration:
    
    ```
    bazel build //third_party/rust:{tonic{,_build},tokio,async_{stream,trait},futures_core}
    ```
    
    wchargin-branch: rust-dep-tonic-stack
    wchargin-source: 0fa8ea005745e7194bde20da6fb1b9871c05822a
    wchargin committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f3544ed View commit details
    Browse the repository at this point in the history