[package] name = "card" version = "0.1.0" authors = ["Matt Hooper "] edition = "2018" homepage = "https://github.com/M-J-Hooper/playing-cards" description = "A simple crate for modelling card games" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.2" [lib] name = "card" [[bin]] name = "gofish" path = "src/main.rs"