Codebase list rust-serde-xml-rs / a6a97fb5-28d9-47e2-871e-6d598f4ec98c/main src / markdown / debian / debcargo.toml
a6a97fb5-28d9-47e2-871e-6d598f4ec98c/main

Tree @a6a97fb5-28d9-47e2-871e-6d598f4ec98c/main (Download .tar.gz)

debcargo.toml @a6a97fb5-28d9-47e2-871e-6d598f4ec98c/mainraw · history · blame

overlay = "."
uploaders = ["Christopher Hoskin <mans0954@debian.org>"]

[source]

homepage = "https://github.com/johannhof/markdown.rs"

[packages.lib]

summary = "native Rust library for parsing Markdown and outputting HTML - Rust source code"

[packages.bin]

section = "text"
summary = "command line utility for parsing Markdown and outputting HTML"
description = """
This package provides a command line utility `markdown` which uses the rust 
markdown crate to parse a markdown file and output HTML.
"""