Files
zero2prod/README.md
2024-02-26 12:47:27 +01:00

372 B

Zero2Prod

I'm going through the ebook "Zero to production in Rust" and this is the code for it!

Makefile.toml

I stumbled over a Rust tooling article, therefore I installed, cargo-make, cargo-audit and other tools. To run the corresponding tool, look at the Makefiel.toml and run cargo make xxx!