Skip to content

Commit

Permalink
add the rust_serde to the rinf config command output
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa authored Jul 19, 2024
1 parent 1c25e8a commit 28ad8ba
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 28ad8ba

Please sign in to comment.