summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e7d723a7be96056941c0e4add533ffe44de1337a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "summainrs"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]

[dependencies]
users = "0.7"
chrono = "0.4.6"
crypto-hash = "0.3.1"
hex = "0.3.2"
walkdir = "2.2.5"
serde = "1.0"
serde_yaml = "0.8"
rayon = "1.0.2"
num_cpus = "1.0"