album/src/lib.in.rs
Rasmus Kaj 366b125862 Start conversion to diesel.
Use diesel instead of rustorm.  This compiles, but much of the
interestign stuff is commented out.
2016-05-29 21:51:27 +02:00

6 lines
84 B
Rust

extern crate chrono;
extern crate rustc_serialize;
pub mod schema;
pub mod models;