[package] name = "ghetto-lock" version = "0.2.1" authors = ["Rohit Kumar "] description = "Memcache backed ghetto lock implementation" repository = "https://github.com/letmutx/ghetto-lock-rs.git" license = "MIT" readme = "README.md" keywords = ["memcache", "ghetto", "locking", "distributed"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] memcache = "0.14.0" log = "0.4.8"