[package] name = "hmd" version = "0.4.13" edition = "2021" authors = ["Baehyunsol "] description = "Custom Markdown Engine for my personal blog." license = "MIT" keywords = ["markdown", "md", "web", "ssg"] repository = "https://github.com/baehyunsol/HMD" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syntect = "4.6" lazy_static = "1.4"