mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Move format_flowed to a separate crate
This makes it possible to fuzz test the functions without exposing the module interface in the deltachat core interface. Also ensure that format_flowed will not grow a dependency on deltachat core types.
This commit is contained in:
@@ -74,7 +74,6 @@ pub mod imex;
|
||||
mod scheduler;
|
||||
#[macro_use]
|
||||
mod job;
|
||||
mod format_flowed;
|
||||
pub mod key;
|
||||
mod keyring;
|
||||
pub mod location;
|
||||
|
||||
Reference in New Issue
Block a user