Skip to content

Commit

Permalink
expose prost
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Sep 15, 2024
1 parent 95e74bd commit d8b5b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ tonic = "0.7"
tonic-openssl = { version = "0.2" }
hyper = "0.14"
hyper-openssl = "0.9"
prost = "0.10"
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.16", features = ["net"] }
openssl = "0.10.66"
tower = "0.5.0"
pretty_env_logger = "0.5.0"
hex = "0.4.3"
prost = { version = "0.10", features = ["prost-derive"] }

[build-dependencies]
tonic-build = "0.7"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use std::{error::Error, task::Poll};
use tonic::body::BoxBody;
use tonic_openssl::ALPN_H2_WIRE;
use tower::Service;
pub use prost;

pub mod autopilotrpc {
tonic::include_proto!("autopilotrpc");
Expand Down

0 comments on commit d8b5b19

Please sign in to comment.