majority 0.1.2

A crate to manage majority judgment polls.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.anyhow]
version = "1.0"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.28"

[package]
description = "A crate to manage majority judgment polls."
edition = "2021"
keywords = ["poll", "voting", "majority", "judgment", "vote"]
license = "Unlicense"
name = "majority"
readme = "README.md"
repository = "https://github.com/Inspirateur/majority"
resolver = "2"
version = "0.1.2"