furigana_gen/Cargo.toml
Nathan Vegdahl 8df226190b Use lz4 for the in-executable dictionary data.
It's way faster to decompress, and is stills small enough.
2024-09-01 09:01:37 +02:00

13 lines
249 B
TOML

[package]
name = "furigana_gen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
vibrato = "0.5"
lz4_flex = "0.11"
regex = "1.10"
once_cell = "1.19"