Plume/plume-api/src/lib.rs
Baptiste Gelez ec57f1e687
Remove Canapi (#540)
* Remove Canapi

It added more complexity than it helped.

* Fail if there are many blog, but none was specified

* cargo fmt
2019-04-28 22:17:21 +01:00

7 lines
90 B
Rust

extern crate serde;
#[macro_use]
extern crate serde_derive;
pub mod apps;
pub mod posts;