It now uses the <ruby> tag to specify furigana, and also skips text that already has ruby tags around it.
13 lines
246 B
TOML
13 lines
246 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"
|
|
ruzstd = "0.7"
|
|
regex = "1.10"
|
|
once_cell = "1.19"
|