File: debcargo.toml

package info (click to toggle)
rust-markdown 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,488 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overlay = "."
uploaders = ["Christopher Hoskin <mans0954@debian.org>"]
collapse_features = true

[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.
"""