mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
20 lines
425 B
TOML
20 lines
425 B
TOML
[package]
|
|
name = "mdman"
|
|
version = "0.0.0"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Creates a man page page from markdown."
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
handlebars.workspace = true
|
|
pulldown-cmark.workspace = true
|
|
same-file.workspace = true
|
|
serde_json.workspace = true
|
|
url.workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions.workspace = true
|