mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

These lint rules are from src/lib.rs. We aim to remove them in the source code once `Zlints` hit stable.
23 lines
451 B
TOML
23 lines
451 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
|
|
|
|
[lints]
|
|
workspace = true
|