meeting-dice 0.1.6

A CLI tool that helps you to choose in a team who's gonna be the next meeting chair.
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "3.1"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
categories = ["command-line-utilities"]
description = "A CLI tool that helps you to choose in a team who's gonna be the next meeting chair."
documentation = "https://docs.rs/meeting-dice"
edition = "2021"
homepage = "https://github.com/yozhgoor/meeting-dice"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["cli", "random", "chooser", "meetings"]
license = "MIT OR Apache-2.0"
name = "meeting-dice"
readme = "README.md"
repository = "https://github.com/yozhgoor/meeting-dice"
resolver = "2"
version = "0.1.6"
[target."cfg(unix)".dependencies.xdg]
version = "2.2"
[target."cfg(windows)".dependencies.dirs]
version = "4.0"