vote-counter/Cargo.toml

15 lines
397 B
TOML
Raw Normal View History

2022-06-25 08:43:38 +00:00
[package]
name = "vote-counter"
2023-09-01 07:01:31 +00:00
version = "0.2.1"
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"]
2023-09-01 07:01:31 +00:00
repository = "https://git.aaronmanning.net/aaronmanning/vote-counter"
2022-06-25 08:43:38 +00:00
[dependencies]
csv = "1.1.6"
clap = { version = "3.2.5", features = ["derive"] }
exitcode = "1.1.2"
colored = "2"