chur-build 0.3.0

A wrapper around tonic-build which adds dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod cfg;
mod defined_constants;
mod execute;
mod manifest;

pub mod dependency;
pub mod error;

pub use cfg::{Config, ConfigBuilder};
pub use dependency::Dependency;
pub use execute::execute;