Section II - manifest
Let's begin by declaring a new executable for the service that will act as the order.clothing provisioning service. We will do this by adding a [[bin]]
section to our Cargo.toml
manifest file.
NOTE: We don't need to add any new crates to the
[dependencies]
section in theCargo.toml
file
Last updated
Was this helpful?