[[bin]]
name = "dndice"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.28"
[dependencies.rand]
version = "0.9.0"
[package]
authors = ["Graham Keenan <graham.keenan@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "DnD Dice Rolling on the command line"
edition = "2021"
keywords = ["cli", "utility", "dice", "dnd", "fun"]
license = "MIT OR Apache-2.0"
name = "dndice"
readme = "README.md"
repository = "https://github.com/Tyrannican/dndice"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true