Skip to content

Commit

Permalink
fix(rust): add missing tonic dependency (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Feb 9, 2024
1 parent 46a9402 commit c3d3559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pbjson = "^0.5"
pbjson-types = "^0.5"
prost = "^0.11"
serde = "^1.0"
tonic = "^0.9"

[features]
default = []
Expand Down

0 comments on commit c3d3559

Please sign in to comment.