vote-counter/Cargo.toml

15 lines
397 B
TOML
Executable File

[package]
name = "vote-counter"
version = "0.2.1"
edition = "2021"
description = "An opinionated single transferrable vote counter for the command line."
license = "MIT OR Apache-2.0"
authors = ["Aaron Manning"]
repository = "https://git.aaronmanning.net/aaronmanning/vote-counter"
[dependencies]
csv = "1.1.6"
clap = { version = "3.2.5", features = ["derive"] }
exitcode = "1.1.2"
colored = "2"