move dsl's to rhailib wip

This commit is contained in:
Timur Gordon
2025-06-24 19:23:27 +02:00
parent e2640b9421
commit cd2557c1c3
12 changed files with 161 additions and 65 deletions

View File

@@ -12,6 +12,7 @@ pub mod flow;
pub mod governance;
pub mod legal;
pub mod library;
pub mod object;
pub mod projects;
// Re-export key types for convenience
@@ -38,6 +39,4 @@ pub use circle::register_circle_rhai_module;
pub use flow::register_flow_rhai_module;
pub use legal::register_legal_rhai_module;
#[cfg(feature = "rhai")]
pub use library::register_library_rhai_module;
#[cfg(feature = "rhai")]
pub use projects::register_projects_rhai_module;