[package] name = "rust_cards" version = "0.1.2" edition = "2018" description = "Simulates playing cards" license = "MIT OR Apache-2.0" repository = "https://github.com/ottobrown/rust_cards" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.4"