crev-common 0.16.0

Scalable, social, Code REView system that we desperately need - common code
Documentation
[package]
edition = "2018"
name = "crev-common"
version = "0.16.0"
description = "Scalable, social, Code REView system that we desperately need - common code"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
documentation = "https://docs.rs/crev"
repository = "https://github.com/crev-dev/cargo-crev"
homepage = "https://github.com/crev-dev/cargo-crev"
keywords = ["code", "review", "tool", "distributed"]
license = "MPL-2.0 OR MIT OR Apache-2.0"
readme = "../README.md"

[dependencies]
base64 = "0.10"
blake2 = "0.8"
chrono = "0.4"
digest = "0.8"
hex = "0.3"
rand = "0.7"
rpassword = "4"
rprompt = "1"
serde = "1"
serde_yaml = "0.8"
failure = "0.1"
common_failures = "0.1"
shell-escape = "0.1"