0.2.1 new repo location
This commit is contained in:
parent
5c856c3adc
commit
ac224b9878
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
4
Cargo.toml
Normal file → Executable file
4
Cargo.toml
Normal file → Executable file
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vote-counter"
|
name = "vote-counter"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "An opinionated single transferrable vote counter for the command line."
|
description = "An opinionated single transferrable vote counter for the command line."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Aaron Manning"]
|
authors = ["Aaron Manning"]
|
||||||
repository = "https://github.com/aaron-jack-manning/vote-counter"
|
repository = "https://git.aaronmanning.net/aaronmanning/vote-counter"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
csv = "1.1.6"
|
csv = "1.1.6"
|
||||||
|
0
LICENSE-APACHE
Normal file → Executable file
0
LICENSE-APACHE
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
LICENSE-MIT
Normal file → Executable file
0
sample.csv
Normal file → Executable file
0
sample.csv
Normal file → Executable file
0
src/ballot.rs
Normal file → Executable file
0
src/ballot.rs
Normal file → Executable file
0
src/ballot_box.rs
Normal file → Executable file
0
src/ballot_box.rs
Normal file → Executable file
0
src/candidates.rs
Normal file → Executable file
0
src/candidates.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
0
src/reporting.rs
Normal file → Executable file
0
src/reporting.rs
Normal file → Executable file
Loading…
Reference in New Issue
Block a user