Skip to content

Commit

Permalink
docs(rust,client): use packageName variable for Cargo.toml dependenci…
Browse files Browse the repository at this point in the history
…es example
  • Loading branch information
PiDelport committed Sep 23, 2021
1 parent 9b74be0 commit 2a02e7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`:

```
openapi = { path = "./generated" }
{{{packageName}}} = { path = "./generated" }
```

## Documentation for API Endpoints
Expand Down

0 comments on commit 2a02e7b

Please sign in to comment.