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

[dependencies]
resvg = "0.44.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
tiny-skia = "0.11.4"
usvg = "0.44.0"

[profile.release]
lto = "fat"
codegen-units = 1
strip = "symbols"