[package] name = "cargo-fun" version = "0.2.0" authors = ["Cora Sherratt "] edition = "2018" license = "MIT" description = "Make Cargo a little more fun." repository = "https://github.com/csherratt/cargo-fun/tree/master" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.17" rand = "0.7.3"