0.2.1 new repo location

This commit is contained in:
Aaron Manning 2023-09-01 17:01:31 +10:00
parent 5c856c3adc
commit ac224b9878
13 changed files with 2 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
Cargo.lock generated Normal file → Executable file
View File

4
Cargo.toml Normal file → Executable file
View File

@ -1,11 +1,11 @@
[package]
name = "vote-counter"
version = "0.2.0"
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://github.com/aaron-jack-manning/vote-counter"
repository = "https://git.aaronmanning.net/aaronmanning/vote-counter"
[dependencies]
csv = "1.1.6"

0
LICENSE-APACHE Normal file → Executable file
View File

0
LICENSE-MIT Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
makefile Normal file → Executable file
View File

0
sample.csv Normal file → Executable file
View File

0
src/ballot.rs Normal file → Executable file
View File

0
src/ballot_box.rs Normal file → Executable file
View File

0
src/candidates.rs Normal file → Executable file
View File

0
src/main.rs Normal file → Executable file
View File

0
src/reporting.rs Normal file → Executable file
View File