nix-dotfiles/pkgs/edit/tools/grapheme-table-gen/Cargo.toml

13 lines
302 B
TOML
Raw Normal View History

2025-05-23 12:19:11 -04:00
[package]
name = "grapheme-table-gen"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
chrono = "0.4.39"
indoc = "2.0.5"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rayon = "1.10.0"
roxmltree = { version = "0.20.0", default-features = false, features = ["std"] }