mirror of
https://framagit.org/almet/jardiflore.git
synced 2025-04-28 12:02:37 +02:00
28 lines
494 B
TOML
28 lines
494 B
TOML
[package]
|
|
name = "jardiflore"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "jardiflore"
|
|
path = "main.rs"
|
|
|
|
[dependencies]
|
|
Inflector = "0.11.4"
|
|
ab_glyph = "0.2.29"
|
|
calamine = "0.26.1"
|
|
image = "0.25.6"
|
|
imageproc = "0.25.0"
|
|
printpdf = { version = "0.8.2", features = ["png"] }
|
|
serde = "1.0.217"
|
|
structopt = "0.3.26"
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu]
|
|
linker = "clang"
|
|
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|