aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: bb9e372f15696aa5041f6e215c12da6970fe183c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "primstav"
version = "0.1.0"
authors = ["haraldei"]
edition = "2018"

[dependencies]
chrono = "0.4.6"
Inflector = {version = "0.11.3", default-features=false } # We don't need pluralization etc
serde_yaml = "0.8.8"