[package]
edition = "2024"
rust-version = "1.95"
name = "rdice-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line dice roller powered by rdice-core"
homepage = "https://github.com/nilzx/rdice"
documentation = "https://docs.rs/rdice-cli"
readme = "README.md"
keywords = [
"dice",
"cli",
"roller",
"tabletop",
"ttrpg",
]
categories = [
"command-line-utilities",
"games",
]
license = "MIT"
repository = "https://github.com/nilzx/rdice"
[[bin]]
name = "rdice"
path = "src/main.rs"
[[test]]
name = "cli_test"
path = "tests/cli_test.rs"
[dependencies.dirs]
version = "6"
[dependencies.rdice-core]
version = "0.1.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "1.1.2"