Rust multi module microservices Part 2 - Workspace dependencies
Before we delve into the sub-crate modules, let's add a few crates that are common to the workspace and can be shared among all the crates. Update your Cargo.toml with the dependencies and it should look like the below.
[workspace]
members = ["common...
omprakashsridharan.hashnode.dev3 min read