vote-counter/Cargo.toml

15 lines
393 B
TOML
Raw Normal View History

2022-06-25 08:43:38 +00:00
[package]
name = "vote-counter"
2022-06-25 10:17:50 +00:00
version = "0.2.0"
2022-06-25 08:43:38 +00:00
edition = "2021"
description = "An opinionated single transferrable vote counter for the command line."
license = "MIT OR Apache-2.0"
authors = ["Aaron Manning"]
repository = "https://github.com/aaron-jack-manning/vote-counter"
[dependencies]
csv = "1.1.6"
clap = { version = "3.2.5", features = ["derive"] }
exitcode = "1.1.2"
colored = "2"