[[bin]]
name = "example"
path = "examples/example.rs"
[dependencies.rand]
version = "0.8.3"
[dependencies.redis]
version = "0.20.0"
[dependencies.thiserror]
version = "1.0"
[package]
authors = ["jace-ys <jaceys.tan@gmail.com>"]
categories = ["concurrency", "algorithms"]
description = "A Rust implementation of Redlock for distributed locks with Redis"
edition = "2018"
homepage = "https://github.com/jace-ys/redsync"
keywords = ["redsync", "redlock", "redis", "distributed-locks", "distributed-systems"]
license = "MIT"
name = "redsync"
readme = "README.md"
repository = "https://github.com/jace-ys/redsync"
version = "1.0.0"