# Learning Rust by Writing a Command Line App in 15 Minutes From [here](https://rust-cli.github.io/book/tutorial/). ## Notes > Make sure you run Rust 1.31.0 (or later) and that you have edition = "2018" set in the [package] section of your Cargo.toml file.