1
2
3
4
5
6
pub mod prioritized_content_repository;
pub mod schema;
mod entities;

#[macro_use]
extern crate diesel;