1
2
3
4
5
6
7
8
9
10
11
12
13
// Needed for event-db schema.rs diesel macros to be expanded
#![recursion_limit = "256"]

pub mod common;

#[cfg(test)]
pub mod tests;

#[cfg(test)]
extern crate lazy_static;

//#[macro_use]
//extern crate diesel;