Files
pronunciation/Cargo.toml
2023-04-23 18:07:27 +09:00

13 lines
251 B
TOML

[package]
name = "pronunciation"
version = "0.1.0"
edition = "2021"
[lib]
name = "pronunciation"
path = "src/lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wana_kana = "3.0.0"