crev-common 0.23.3

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

[dependencies]
base64 = "0.13"
blake2 = "0.9.2"
chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] }
hex = "0.4.3"
rprompt = "1.0.5"
serde = "1.0.139"
serde_yaml = "0.9.4"
shell-escape = "0.1.5"
thiserror = "1.0.31"
rand = "0.8.5"

[package.metadata.release]
shared-version=true