sweet-potator 0.5.0

Static recipe site generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod build;
mod create;
mod delete;
mod edit;
mod info;
mod list;

pub use build::build;
pub use create::create;
pub use delete::delete;
pub use edit::edit;
pub use info::info;
pub use list::list;