aboutsummaryrefslogtreecommitdiffstats
path: root/markdown-tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'markdown-tool/Cargo.toml')
-rw-r--r--markdown-tool/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/markdown-tool/Cargo.toml b/markdown-tool/Cargo.toml
new file mode 100644
index 0000000..e8becf2
--- /dev/null
+++ b/markdown-tool/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "markdown-tool"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+pulldown-cmark = "0.12.2"
+
+[profile.release]
+strip = true
+opt-level = 3
+lto = true
+codegen-units = 1
+panic = "abort"