separate rest from tera
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user