Codebase list rust-stfu8 / 5a166b8
Markdown: Add / correct information in control Christopher Hoskin 2 years ago
2 changed file(s) with 19 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Package markdown 0.3.0 from crates.io using debcargo 2.4.4
33 * Fill in copyright
4 * Add / correct information in control
45
5 -- Christopher Hoskin <mans0954@debian.org> Thu, 20 May 2021 20:25:44 +0100
6 -- Christopher Hoskin <mans0954@debian.org> Wed, 26 May 2021 07:27:51 +0100
00 overlay = "."
11 uploaders = ["Christopher Hoskin <mans0954@debian.org>"]
2
3 [source]
4
5 homepage = "https://github.com/johannhof/markdown.rs"
6
7 [packages.lib]
8
9 summary = "native Rust library for parsing Markdown and outputting HTML - Rust source code"
10
11 [packages.bin]
12
13 section = "text"
14 summary = "command line utility for parsing Markdown and outputting HTML"
15 description = """
16 This package provides a command line utility `markdown` which uses the rust
17 markdown crate to parse a markdown file and output HTML.
18 """