From a2536696ce1644cfb0bffbec04fd873a362a71bb Mon Sep 17 00:00:00 2001 From: fdenzer Date: Fri, 21 Jul 2023 10:30:16 +0200 Subject: [PATCH] add cargo doc --- backend/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/backend/readme.md b/backend/readme.md index 9c4a8ee..bf61865 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -15,4 +15,11 @@ choco install -y rustup - `rustup-init.sh` (Windows: rustup-init.ex, e.g. %AppData%\Local\Temp\chocolatey\rustup.install\1.25.1\rustup-init.exe) - select a good match in the dialog of this CLI installer, - i.e. stable and default amount of features should be fine +- rust comes with `cargo` as a ``crate'' manager for package installation +## Get dependencies and run + +```shell +cargo build # gets dependencies from Cargo.toml +cargo run # re-runs on (some?) changes +``` \ No newline at end of file