mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

- We use it elsewhere - We don't have to bake our own snapshotting solution - It is more obvious how to update the snapshots
23 lines
441 B
TOML
23 lines
441 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]
|
|
snapbox.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|