2021-12-07 00:31:51 +01:00
|
|
|
# Vorago VA416xx Rust Workspace
|
|
|
|
|
|
|
|
After cloning, run
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
|
|
|
```
|
2021-12-23 14:01:32 +01:00
|
|
|
|
|
|
|
# Using the `.cargo/config.toml` file
|
|
|
|
|
|
|
|
Use the following command to have a starting `config.toml` file
|
|
|
|
|
|
|
|
```sh
|
|
|
|
cp .cargo/def-config.toml .cargo/config.toml
|
|
|
|
```
|
|
|
|
|
|
|
|
You then can adapt the `config.toml` to your needs
|