Rust multi module microservices Part 7 - Books Analytics
We are so close to the end and just one more step to configure a service that consumes the created book. Update the Cargo.toml of books_analytics crate to have the below contents.
[package]
name = "books_analytics"
version = "0.0.0"
edition = "2021"
...
omprakashsridharan.hashnode.dev3 min read