Cargo.toml

changeset 0
548bf3cc032e
child 2
254e1e4bd795
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cargo.toml	Thu Oct 19 11:49:38 2023 -0500
@@ -0,0 +1,16 @@
+[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