[package] name = "kaiten-sushi" version = "0.2.0" authors = ["Masaki Murano "] edition = "2018" license = "MIT OR Apache-2.0" description = "CLI tool to shuffle input args" readme = "README.md" homepage = "https://github.com/Samemura/kaiten-sushi" repository = "https://github.com/Samemura/kaiten-sushi" keywords = ["cli", "shuffle", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.6.0"