mirror of
https://github.com/mii443/pronunciation.git
synced 2025-08-22 15:15:41 +00:00
13 lines
251 B
TOML
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" |