Compare commits

..

2 Commits

1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
# Vote-rs
currently in development
Currently in development
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
creates a .blt file from a csv file
to build
## Building
```bash
cargo +nightly -Z unstable-options build --out-dir ./build
```
```