separate rest from tera

This commit is contained in:
2023-07-16 19:16:42 +02:00
parent a3b3b03c8b
commit 2f6464ff84
3 changed files with 5 additions and 122 deletions

View File

@ -3,6 +3,9 @@ pub mod model;
#[cfg(feature = "rowing-tera")]
pub mod tera;
#[cfg(feature = "rest")]
pub mod rest;
#[cfg(test)]
#[macro_export]
macro_rules! testdb {