A furigana generator, that can do "spaced repetition" style reduction of furigana over the course of a text.
18 lines
243 B
TOML
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"
|