furigana_gen/Cargo.toml
Nathan Vegdahl 1d64afe430 Make it use html as both input and output.
It now uses the <ruby> tag to specify furigana, and also skips text that
already has ruby tags around it.
2024-09-01 08:27:10 +02:00

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"