[package] name = "coinflip" version = "0.1.1" authors = ["garritfra "] repository = "https://github.com/garritfra/coinflip" exclude = [".gitignore"] readme = "README.md" edition = "2018" description = "Flip a coin and test your luck🔮" license = "MIT" [dependencies] rand = "0.6.5"