ec57f1e687
* Remove Canapi It added more complexity than it helped. * Fail if there are many blog, but none was specified * cargo fmt
7 lines
90 B
Rust
7 lines
90 B
Rust
extern crate serde;
|
|
#[macro_use]
|
|
extern crate serde_derive;
|
|
|
|
pub mod apps;
|
|
pub mod posts;
|