Convert project to workspace with Tonic for gRPC. #84

Merged
projectmoon merged 9 commits from tonic into master 2021-06-02 21:10:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5eff2b93c7 - Show all commits

View File

@ -7,6 +7,7 @@ steps:
commands:
- apt-get update
- apt-get install -y cmake
- rustup component add rustfmt
- cargo build --verbose --all
- cargo test --verbose --all