forked from loafle/openapi-generator-original
update rust samples
This commit is contained in:
parent
bfce822c34
commit
d22e9fb1c1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user