pact-plugin-driver 0.0.8

Pact support library that provides an interface for interacting with Pact plugins
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
  tonic_build::compile_protos("./plugin.proto")?;
  Ok(())
}