update rust samples

This commit is contained in:
William Cheng 2021-09-28 11:34:07 +08:00
parent bfce822c34
commit d22e9fb1c1
3 changed files with 6 additions and 6 deletions

View File

@ -13,10 +13,10 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
## Installation
Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`:
Put the package under your project folder in a directory named `petstore-hyper` and add the following to `Cargo.toml` under `[dependencies]`:
```
petstore-hyper = { path = "./generated" }
petstore-hyper = { path = "./petstore-hyper" }
```
## Documentation for API Endpoints

View File

@ -13,10 +13,10 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
## Installation
Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`:
Put the package under your project folder in a directory named `petstore-reqwest-async` and add the following to `Cargo.toml` under `[dependencies]`:
```
petstore-reqwest-async = { path = "./generated" }
petstore-reqwest-async = { path = "./petstore-reqwest-async" }
```
## Documentation for API Endpoints

View File

@ -13,10 +13,10 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
## Installation
Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`:
Put the package under your project folder in a directory named `petstore-reqwest` and add the following to `Cargo.toml` under `[dependencies]`:
```
petstore-reqwest = { path = "./generated" }
petstore-reqwest = { path = "./petstore-reqwest" }
```
## Documentation for API Endpoints