[package] name = "bookrafter" version = "0.1.0" edition = "2021" authors = ["AbrarNitk "] description = "This repository contains code related to bookrafter rendering" license = "MIT" include = ["src/**/*", "Cargo.toml"] repository = "https://github.com/AbrarNitk/bookrafter" keywords = ["markdown", "renderer", "books"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { workspace = true } #serve = { path = "../serve", version = "0.1.0" }