Skip to content

Commit

Permalink
fix: expose ParticleParameters (#119)
Browse files Browse the repository at this point in the history
expose particle parameters
  • Loading branch information
ValeryAntopol authored Feb 22, 2024
1 parent 4ea5689 commit ba2c87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub use marine_build_rs_generator::ServiceDescription;
pub use marine_build_rs_generator::include_test_env;

pub use fluence_app_service::CallParameters;
pub use fluence_app_service::ParticleParameters;
pub use fluence_app_service::SecurityTetraplet;

/// These API functions are intended for internal usage in generated code.
Expand Down

0 comments on commit ba2c87b

Please sign in to comment.