Run A Rust File As A Script With cargo
TODO: Make this a the basic example for a script. (Keeping here for right now because this is what shows up first in grimoire)
```cargo
=
```
minijinja
cargo +nightly -Zscript ./script-name
Notes
-
You have to do
./
in front of the filename if it's not a.rs
file.
-- end of line --