We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo-config
.cargo/config.toml
1 parent dcd89bf commit b05baa8Copy full SHA for b05baa8
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RustServerCodegen.java
@@ -222,7 +222,7 @@ public RustServerCodegen() {
222
*/
223
supportingFiles.add(new SupportingFile("openapi.mustache", "api", "openapi.yaml"));
224
supportingFiles.add(new SupportingFile("Cargo.mustache", "", "Cargo.toml"));
225
- supportingFiles.add(new SupportingFile("cargo-config", ".cargo", "config"));
+ supportingFiles.add(new SupportingFile("cargo-config", ".cargo", "config.toml"));
226
supportingFiles.add(new SupportingFile("gitignore", "", ".gitignore"));
227
supportingFiles.add(new SupportingFile("lib.mustache", "src", "lib.rs"));
228
supportingFiles.add(new SupportingFile("context.mustache", "src", "context.rs"));
0 commit comments