14 lines
148 B
Markdown
14 lines
148 B
Markdown
# Running this sample
|
|
|
|
## -1- Install the dependencies and build the project
|
|
|
|
```bash
|
|
cargo build
|
|
```
|
|
|
|
## -3- Run the sample
|
|
|
|
```bash
|
|
cargo run
|
|
```
|