aboutsummaryrefslogtreecommitdiff
path: root/import/fallback_generator/Cargo.toml
blob: 68511076e880d0fdeeec8fba21a8490a3b236817 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "jellyimport-fallback-generator"
version = "0.1.0"
edition = "2024"

[dependencies]
ab_glyph = "0.2.32"
imageproc = "0.25.0"
image = { version = "0.25.8", default-features = false, features = ["qoi"] }
anyhow = "1.0.100"