Skip to content

Commit 1e671cf

Browse files
committed
[Rust] Add object-query-param config for reqwest (fails to compile)
1 parent 7d9e385 commit 1e671cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
generatorName: rust
2+
outputDir: samples/client/others/rust/reqwest/object-query-param
3+
library: reqwest
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/objectQueryParam.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/rust
6+
validateSpec: "true"
7+
additionalProperties:
8+
supportAsync: "false"
9+
packageName: object-query-param-reqwest

0 commit comments

Comments
 (0)