forked from loafle/openapi-generator-original
As we discovered in #3463, there are various bits of the rust client generator that are currently untested. This PR adds tests for various generator-specific types, and also files. Follows the example of the rust-server generator for making it easy to add new test specs. This should make it easier for future contributors to make sure that their contributions are tested
14 lines
231 B
TOML
14 lines
231 B
TOML
[package]
|
|
name = "rust-test-reqwest"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "1.5"
|
|
reqwest = "~0.9"
|
|
|
|
[dev-dependencies]
|