Skip to content

Commit 8f0c04e

Browse files
authored
feat(created-swarm): Re-export some dependencies in created-swarm for consistency in tests (#2079)
Re-export fluence-spell-dtos, fluence-app-service, and system-services in created-swarm to use in outside tests
1 parent dcde18b commit 8f0c04e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/created-swarm/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ base64 = { workspace = true }
3737
serde = { workspace = true }
3838
maplit = { workspace = true }
3939
reqwest = { workspace = true }
40+
41+
# for re-export for outside tests
42+
fluence-spell-dtos = { workspace = true }
43+
fluence-app-service = { workspace = true }

crates/created-swarm/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ pub use crate::services::*;
3434
pub use crate::swarm::*;
3535

3636
pub use server_config::system_services_config;
37+
38+
pub use fluence_app_service;
39+
pub use fluence_spell_dtos;
40+
pub use system_services;

0 commit comments

Comments
 (0)