- Stripped 11 business crates (health, ai, dialysis, plugins) - Cleaned AppState, AppConfig, main.rs from business coupling - Reduced migrations from 169 to 53 (base-only) - Removed health_provider trait from erp-core - Removed business integration tests - Removed gateway rate limiting middleware - Base capabilities: auth, RBAC, JWT, config, workflow, message, plugin, audit, crypto, RLS, multi-tenant Cargo check: OK Cargo test: OK
6 lines
119 B
Rust
6 lines
119 B
Rust
pub mod market_entry;
|
|
pub mod market_review;
|
|
pub mod plugin;
|
|
pub mod plugin_entity;
|
|
pub mod plugin_event_subscription;
|