[package] name = "kansuji" version = "0.1.1" edition = "2021" license = "MIT" authors = ["Naoki Kaneko a.k.a. puripuri2100"] readme = "README.md" repository = "https://github.com/puripuri2100/kansuji-rs.git" rust-version = "1.56.1" description = "漢数字と数字の相互変換のためのライブラリ" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.57"