https://github.com/akiko97/cube_api_gateway
https://github.com/akiko97/cube_api_gateway
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiko97/cube_api_gateway
- Owner: Akiko97
- Created: 2024-10-12T15:17:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T03:45:35.000Z (7 months ago)
- Last Synced: 2025-01-25T08:13:21.205Z (4 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 安装依赖
测试是否安装了`rustup`:
```shell
rustup update
```若没有安装`rustup`,使用下面的命令安装:
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```## 编译运行
```shell
cargo run
```