13 lines
302 B
TOML
13 lines
302 B
TOML
[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"] }
|