Skip to content

Commit a0f6d5a

Browse files
committed
Add dep to generated Cargo.toml
1 parent d2c3308 commit a0f6d5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/openapi-generator/src/main/resources/rust/Cargo.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ serde_with = { version = "^3.8", default-features = false, features = ["base64",
3838
{{/serdeWith}}
3939
serde_json = "^1.0"
4040
serde_repr = "^0.1"
41+
{{#useSerdePathToError}}
42+
serde_path_to_error = "^0.1"
43+
{{/useSerdePathToError}}
4144
url = "^2.5"
4245
{{#hasUUIDs}}
4346
uuid = { version = "^1.8", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)