This commit is contained in:
2021-09-07 20:26:59 +02:00
parent 1f905f5934
commit 7a4a27823b
7 changed files with 178 additions and 159 deletions

25
api/README.md Normal file
View File

@@ -0,0 +1,25 @@
# Setup
* Install `rustup`
On Arch Linux:
```
$ sudo pacman -S rustup
```
```
$ rustup toolchain install nightly
```
# Run Dev
```
$ rustup run nightly cargo run
```
# Build
```
$ rustup run nightly cargo build --release
```