rndmator 0.1.0

Command-line utility to toss a coin, roll dice and randomly choose from a list.
Documentation
[package]
name = "rndmator"
description = "Command-line utility to toss a coin, roll dice and randomly choose from a list."
version = "0.1.0"
authors = ["Aman Harwara <amanharwara@protonmail.com>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://github.com/amanharwara/rndmator/"
repository = "https://github.com/amanharwara/rndmator/"
readme = "README.md"
keywords = ["random", "coin", "dice", "list", "rng"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.0.0-beta.2"
regex = "1.5.4"
rand = "0.8.0"