[package] name = "mdxt" version = "0.7.3" edition = "2021" authors = ["Baehyunsol "] description = "Custom Markdown Engine for my personal blog." license = "MIT" keywords = ["markdown", "md", "web", "ssg"] repository = "https://github.com/baehyunsol/MDxt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" syntect = { version = "5.1.0", default-features = false, features = ["default-fancy"]} yaml-rust = "0.4.5" [dev-dependencies] hxml = "0.3.3"