buildfix-render 0.2.0

Markdown renderers for buildfix plan, apply, and comment artifacts
Documentation
[package]

name = "buildfix-render"

version = "0.2.0"

publish = ["crates-io"]

edition.workspace = true

rust-version.workspace = true

license.workspace = true

description = "Markdown renderers for buildfix plan, apply, and comment artifacts"

repository.workspace = true

homepage.workspace = true

readme = "README.md"

keywords = ["cargo", "markdown", "reporting", "artifacts", "render"]

categories = ["development-tools"]



[dependencies]

anyhow.workspace = true

camino.workspace = true

serde.workspace = true

serde_json.workspace = true

tracing.workspace = true



buildfix-types = { version = "0.2.0", path = "../buildfix-types" }



[dev-dependencies]

pretty_assertions.workspace = true