Skip to content

Commit

Permalink
Refactor torii to use proxy server
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Nov 7, 2023
1 parent 08f1eba commit 1926e89
Show file tree
Hide file tree
Showing 13 changed files with 366 additions and 343 deletions.
160 changes: 145 additions & 15 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ warp = "0.3"
# gRPC
prost = "0.12"
tonic = "0.10"
tonic-build = "0.10"
tonic-build = "0.10.1"
tonic-reflection = "0.10.1"
tonic-web = "0.10.1"

# WASM-compatible gRPC deps
Expand Down
Loading

0 comments on commit 1926e89

Please sign in to comment.