Cargo.toml

Fri, 20 Oct 2023 14:59:04 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 20 Oct 2023 14:59:04 -0500
changeset 7
68538da191c7
parent 6
de1cf8032322
permissions
-rw-r--r--

Make ChainRules dependent on the Write

[package]
name = "strip-changes-markup"
version = "0.2.0"
edition = "2021"
authors = ["Tuomo Valkonen <tuomov@iki.fi>"]
description = "Removes changes-markup from LaTeX documents"
homepage = "https://tuomov.iki.fi/software/strip-changes-markup/"
repository = "https://tuomov.iki.fi/repos/strip-changes-markup/"
license-file = "LICENSE"
keywords = [
    "latex",
    "changes",
]

[dependencies]
clap = { version = "~4.0.27", features = ["derive", "unicode", "wrap_help"] }

mercurial