[package] name = "nu_plugin_shuffle" description = "Nushell plugin to shuffle input" version = "0.1.2" license = "MIT" authors = ["Falco Hirschenberger "] edition = "2018" repository = "https://github.com/hirschenberger/nu_plugin_shuffle.git" readme = "README.md" keywords = [ "nushell", "plugin", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nu-plugin = "~0" nu-protocol = "~0" nu-source = "~0" nu-errors = "~0" rand = "0.7"