jardiflore/Cargo.toml

20 lines
355 B
TOML

[package]
name = "jardiflore"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "jardiflore"
path = "main.rs"
[dependencies]
ab_glyph = "0.2.29"
calamine = "0.26.1"
chrono = "0.4.40"
image = "0.25.6"
imageproc = "0.25.0"
printpdf = { version = "0.8.2", features = ["png"] }
serde = "1.0.217"
small_uid = "0.2.4"
structopt = "0.3.26"
tempfile = "3.19.1"