Bump version for the N:N entry_secrets data model and related MCP/Web changes. Remove superseded SQL migration artifacts; rely on auto-migrate. Add structured errors, taxonomy normalization, and web i18n helpers. Made-with: Cursor
9 lines
125 B
Rust
9 lines
125 B
Rust
pub mod audit;
|
|
pub mod config;
|
|
pub mod crypto;
|
|
pub mod db;
|
|
pub mod error;
|
|
pub mod models;
|
|
pub mod service;
|
|
pub mod taxonomy;
|