Expand description

svc-cargo
:telescope: Overview
This service hosts a public REST interface for external applications to make cargo shipping requests to the network.
Functions
- Tokio signal handler that will wait for a user to press CTRL+C. This signal handler can be used in our [
axum::Server] methodwith_graceful_shutdownand in ourtonic::transport::Servermethodserve_with_shutdown.