gemachain-replica-lib 1.8.0

The library used for replication by both the client and server
Documentation
fn main() -> Result<(), Box<dyn std::error::Error>> {
    // compiling protos using path on build time
    tonic_build::configure().compile(&["proto/accountsdb_repl.proto"], &["proto"])?;
    Ok(())
}