cfg and README update

This commit is contained in:
2021-12-23 14:01:32 +01:00
parent 534b9809f6
commit 921ad50e28
3 changed files with 51 additions and 0 deletions

View File

@ -6,3 +6,13 @@ After cloning, run
git submodule init
git submodule update
```
# 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