[package] name = "bridge-deck" version = "0.1.1" authors = ["David Roundy "] edition = "2018" description = "Yet another library for playing cards and sets of cards" repository = "https://github.com/droundy/bridge-cards" readme = "README.md" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3"