Codebase list rust-stfu8 / e90fc455-bec3-446e-ae9d-315313ec46c7/main src / markdown / debian / debcargo.toml
e90fc455-bec3-446e-ae9d-315313ec46c7/main

Tree @e90fc455-bec3-446e-ae9d-315313ec46c7/main (Download .tar.gz)

debcargo.toml @e90fc455-bec3-446e-ae9d-315313ec46c7/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.
"""