furigana_gen/Cargo.toml
Nathan Vegdahl 1c3afed157 First commit.
A furigana generator, that can do "spaced repetition" style reduction
of furigana over the course of a text.
2024-09-10 18:45:58 +02:00

18 lines
243 B
TOML

[package]
name = "furigana_gen"
version = "0.1.0"
edition = "2021"
[lib]
name = "furigana_gen"
path = "src/lib.rs"
[dependencies]
vibrato = "0.5"
lz4_flex = "0.11"
quick-xml = "0.36.1"
[build-dependencies]
lzma-rs = "0.3"
lz4_flex = "0.11"