bookyard 0.1.1

Build and locally edit a bookshelf for multiple mdBook projects.
1
2
3
4
5
6
7
8
9
mod cli;
mod commands;
mod render;
mod server;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    cli::run().await
}