summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 29837e8fa4a49055cafe6360c051f2f9151e6e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "md"
version = "0.1.0"
edition = "2021"

[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.1" }
markdown = { git = "git://benbridle.com/markdown", tag = "v2.0.0" }
xflags = "0.4.0-pre.1"

[profile.release]
lto=true
opt-level="s"
debug=false
strip=true
codegen-units=1