[package] name = "nibi" version = "0.0.5" authors = ["suquiya <22910980+suquiya@users.noreply.github.com>"] edition = "2021" description = "Nibi is a static site generator. (WIP, implementing)" license="BSD-3-Clause" repository="https://github.com/suquiya/nibi" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.148" ron = "0.8.0" pulldown-cmark = "0.9.2" combu = "1.1.23"