[package] name = "fontu" description = "Bitmap font converter" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/fontu" repository = "https://github.com/DougLau/tfon/" readme = "README.md" keywords = ["font", "bitmap", "conversion", "cli"] version.workspace = true edition.workspace = true [dependencies] anyhow = "1.0" argh = "0.1" tfon = "0.1"