* Dependency version cleanup * Update build tool * Disable default features * [cli] disable default features
Tonic + gRPC + SeaORM
Simple implementation of gRPC using SeaORM.
run server using
cargo run --bin server
run client using
cargo run --bin client
Run mock test on the core logic crate:
cd core
cargo test --features mock