[package] name = "xesite_markdown" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] color-eyre = "0.6" comrak = "0.18.0" hex = "0.4" lazy_static = "1.4" lol_html = "1.1" sha2 = "0.10" serde_json = "1" thiserror = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt"] } url = "2" # local deps xesite_templates = { path = "../xesite_templates" } xesite_types = { path = "../xesite_types" } [dependencies.maud] git = "https://github.com/Xe/maud" rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9" features = ["axum"]