aboutsummaryrefslogtreecommitdiffstats
path: root/markdown-tool/Cargo.toml
blob: e8becf2e5791523ec92f02fc6cd5771f9be87182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"