[package] name = "dodo-zh" version = "0.1.4" edition = "2021" license = "MIT OR Apache-2.0" description = "utility to operate on pinyin and cedict.u8 file" repository = "https://github.com/shigedangao/nomnom/tree/main/dodo-zh" authors = ["Marc Intha-amnouay "] readme = "../README.md" keywords = ["chinese", "cedict", "pinyin", "zhuyin", "wades-giles"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] unicode-normalization = "0.1.24" serde = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.132" [[example]] name = "dodo"