majority 0.1.8

A crate to manage majority judgment polls.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "majority"

version = "0.1.8"

edition = "2021"

description = "A crate to manage majority judgment polls."

license = "Unlicense"

repository = "https://github.com/Inspirateur/majority"

keywords = ["poll", "voting", "majority", "judgment", "vote"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

rusqlite = { version = "0.28", features = ["bundled"] }

anyhow = "1.0"