1
2
3
4
5
6
7
pub mod dictionary;
pub mod lang;
pub mod db;

#[macro_use]
extern crate diesel;