Files
simple-rust-tests/__shuttle/README.md
2022-10-07 00:31:00 +08:00

21 lines
211 B
Markdown

```
cargo install cargo-shuttle
```
Init
```
cargo shuttle init --axum --name <name> <name>
```
Deploy
```
cargo shuttle deploy
```
Reference:
* https://www.shuttle.rs/
* https://endler.dev/2022/zerocal/