relock 0.1.2

Distributed async locking using Redis
Documentation
[dependencies.rand]
version = "0.8.4"

[dependencies.redis]
features = ["tokio-comp"]
version = "0.21.0"

[dependencies.thiserror]
version = "1.0.26"

[dependencies.tokio]
features = ["time"]
version = "1.9.0"
[dev-dependencies.chrono]
version = "0.4.19"

[dev-dependencies.futures]
version = "0.3.16"

[dev-dependencies.tokio]
features = ["rt", "macros", "fs", "rt-multi-thread"]
version = "1.9.0"

[package]
authors = ["Nicolas del Valle <nicolas.delvalle@gmail.com>"]
description = "Distributed async locking using Redis"
edition = "2018"
license = "MIT"
name = "relock"
version = "0.1.2"