coinflip 0.1.1

Flip a coin and test your luck🔮
Documentation
[package]
name = "coinflip"
version = "0.1.1"
authors = ["garritfra <garritfranke@gmail.com>"]
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"