[package] name = "riichi-tools-cli" version = "0.1.2" authors = ["harphield "] edition = "2018" license = "MIT" description = "Riichi Mahjong tools for the terminal" homepage = "https://riichi.harphield.com/tools/" repository = "https://github.com/harphield/riichi-tools-cli" readme = "README.md" keywords = ["riichi", "mahjong", "cli"] exclude = [ ".github", ".gitignore", ] [dependencies] structopt = "0.3" riichi-tools-rs = { version = "0.0.69", features = ["fast_shanten"] } serde_json = "1.0.64"