Cargo.toml

Thu, 19 Oct 2023 11:49:38 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 19 Oct 2023 11:49:38 -0500
changeset 0
548bf3cc032e
child 2
254e1e4bd795
permissions
-rw-r--r--

Initial rough version

[package]
name = "strip-changes-markup"
version = "0.1.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]

mercurial