[package] name = "roll" version = "1.0.3" authors = ["João Victor Guimarães "] edition = "2018" license = "MIT" description = "A simple terminal-based dice roller for RPG and CLI enthusiasts" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" clap = "3.0.0-beta.2" regex = "1"