Skip to content

Commit

Permalink
Merge pull request #404 from H2Sxxa/main
Browse files Browse the repository at this point in the history
Add the `rust_serde` to the `rinf config` command output
  • Loading branch information
temeddix authored Jul 19, 2024
2 parents 1c25e8a + 28ad8ba commit 9edc426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter_ffi_plugin/bin/src/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class RinfConfigMessage {
return '''message:
$KEY_INPUT_DIR: $inputDir
$KEY_RUST_OUTPUT_DIR: $rustOutputDir
$KEY_DART_OUTPUT_DIR: $dartOutputDir''';
$KEY_DART_OUTPUT_DIR: $dartOutputDir
$KEY_RUST_SERDE: $rustSerde''';
}

static const KEY_INPUT_DIR = "input_dir";
Expand Down

0 comments on commit 9edc426

Please sign in to comment.